force deleting of file so it works even after server crash

hg/feature/sse2
botanic 11 years ago
parent 2e1b47e3f0
commit a96f651742

@ -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

Loading…
Cancel
Save