Skip to content
Snippets Groups Projects
Commit 310b43b4 authored by Ali Mohammed's avatar Ali Mohammed
Browse files

remove PM_PID, because PM is not a child of this shell

parent e8f4d5aa
Branches 62-waiting-for-pm-to-terminate-properly
Tags
1 merge request!26Resolve "Waiting for PM to terminate properly"
......@@ -35,7 +35,7 @@ terminate () {
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait ${PM_PID}
wait
exit ${2:-99}
}
......
......@@ -35,7 +35,7 @@ terminate () {
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait ${PM_PID}
wait
exit ${2:-99}
}
......
......@@ -35,7 +35,7 @@ terminate () {
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait ${PM_PID}
wait
exit ${2:-99}
}
......
......@@ -61,7 +61,7 @@ terminate () {
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait ${PM_PID}
wait
exit ${2:-99}
}
......
......@@ -59,7 +59,7 @@ terminate () {
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait ${PM_PID}
wait
exit ${2:-99}
}
......
......@@ -65,7 +65,7 @@ terminate () {
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait ${PM_PID}
wait
exit ${2:-99}
}
......
......@@ -66,7 +66,7 @@ terminate () {
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait ${PM_PID}
wait
exit ${2:-99}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment