just do kill instead ok kill -9

This commit is contained in:
tomas@poseidon.ndb.mysql.com 2004-11-04 13:06:22 +00:00
parent 21d86bda38
commit f5e5dfb2f7

View File

@ -212,8 +212,8 @@ if [ -f "$fs_ndb/$pidfile" ] ; then
attempt=`expr $attempt + 1`
done
if [ "$kill_pids" != "" ] ; then
echo "Failed to shutdown ndbcluster, executing kill -9 "$kill_pids
kill -9 $kill_pids
echo "Failed to shutdown ndbcluster, executing kill "$kill_pids
kill $kill_pids
fi
rm "$fs_ndb/$pidfile"
fi