mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
fix for wrong use of shell test
This commit is contained in:
parent
42541dad47
commit
0e114cc7e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue