Skip to content
Snippets Groups Projects
Commit d2792708 authored by brinn's avatar brinn
Browse files

change: make datamover.sh sleep a bit when waiting for program to shutdown

SVN: 7786
parent f4b75135
No related branches found
No related tags found
No related merge requests found
...@@ -223,6 +223,7 @@ case "$command" in ...@@ -223,6 +223,7 @@ case "$command" in
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
break break
fi fi
sleep 1
n=$(($n+1)) n=$(($n+1))
done done
isPIDRunning $PID isPIDRunning $PID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment