Commit ef02c4f5 authored by unknown's avatar unknown

fix for wrong use of shell test

parent d2ee1efa
......@@ -205,7 +205,7 @@ if [ -f "$fs_ndb/$pidfile" ] ; then
fi
done
kill_pids=$new_kill_pid
if [ "$kill_pids" == "" ] ; then
if [ -z "$kill_pids" ] ; then
break
fi
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