Commit 00e930b1 authored by unknown's avatar unknown

fix for wrong use of shell test

parent abb8268f
...@@ -205,7 +205,7 @@ if [ -f "$fs_ndb/$pidfile" ] ; then ...@@ -205,7 +205,7 @@ if [ -f "$fs_ndb/$pidfile" ] ; then
fi fi
done done
kill_pids=$new_kill_pid kill_pids=$new_kill_pid
if [ "$kill_pids" == "" ] ; then if [ -z "$kill_pids" ] ; then
break break
fi fi
sleep 1 sleep 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment