From c807f9d31400befda16dffcdbbb3f0a8260992cf Mon Sep 17 00:00:00 2001 From: botanic Date: Sat, 15 Feb 2014 19:52:08 -0800 Subject: [PATCH] force deleting of file so it works even after server crash --- code/ryzom/tools/scripts/linux/service_launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/scripts/linux/service_launcher.sh b/code/ryzom/tools/scripts/linux/service_launcher.sh index 587f3875a..3be4af012 100755 --- a/code/ryzom/tools/scripts/linux/service_launcher.sh +++ b/code/ryzom/tools/scripts/linux/service_launcher.sh @@ -78,7 +78,7 @@ do printf STOPPED > $STATE_FILE # consume (remove) the control file to allow start once - rm $CTRL_FILE + rm -f $CTRL_FILE echo Press ENTER to relaunch fi