just do kill instead ok kill -9

parent 21d86bda
...@@ -212,8 +212,8 @@ if [ -f "$fs_ndb/$pidfile" ] ; then ...@@ -212,8 +212,8 @@ if [ -f "$fs_ndb/$pidfile" ] ; then
attempt=`expr $attempt + 1` attempt=`expr $attempt + 1`
done done
if [ "$kill_pids" != "" ] ; then if [ "$kill_pids" != "" ] ; then
echo "Failed to shutdown ndbcluster, executing kill -9 "$kill_pids echo "Failed to shutdown ndbcluster, executing kill "$kill_pids
kill -9 $kill_pids kill $kill_pids
fi fi
rm "$fs_ndb/$pidfile" rm "$fs_ndb/$pidfile"
fi fi
......
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