@@ -301,4 +301,6 @@ fn_stop_pre_check
if [ -f "${rootdir}/${lockselfname}" ]; then
rm -f "${rootdir}/${lockselfname}"
fi
-core_exit.sh
+if [ -z "${exitbypass}" ]; then
+ core_exit.sh
+fi
@@ -21,9 +21,13 @@ echo "applying server name fix."
sleep 0.5
echo "forcing server restart..."
+exitbypass=1
command_start.sh
sleep 5
command_stop.sh
@@ -17,4 +17,5 @@ sleep 1
exitbypass=1
sleep 10
@@ -24,9 +24,13 @@ echo "applying server name fix."