parent
3290cfbd31
commit
6661c4c37f
|
@ -172,7 +172,7 @@ case "$1" in
|
||||||
i=0
|
i=0
|
||||||
timeout=10
|
timeout=10
|
||||||
# Wait for the process to be properly started before exiting
|
# Wait for the process to be properly started before exiting
|
||||||
until { cat "$PID_FILE" | xargs kill -0; } >/dev/null 2>&1
|
until { kill -0 `cat "$PID_FILE"`; } >/dev/null 2>&1
|
||||||
do
|
do
|
||||||
sleep 1
|
sleep 1
|
||||||
i=$(($i + 1))
|
i=$(($i + 1))
|
||||||
|
|
Loading…
Reference in New Issue