]> jfr.im git - erebus.git/blobdiff - croncheck.sh
admin_config - add !getconfig, remove some unused functions
[erebus.git] / croncheck.sh
index ef2e7b2876a9250dafe89114ee14d17048bf11ec..e737aa55b89f7b750dcdb068dd400beab92f1b30 100755 (executable)
@@ -8,5 +8,5 @@ if [ -e dontstart ]; then
 fi
 
 if ! kill -0 "$(cat pidfile)"; then
-       nohup ./run.sh &
+       nohup ./run &
 fi