X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/231331fa8f68b61507ba182a1c8d920d2cf4d1ca..52c80cff91dce5fa14ae903c6c2bf20533ccca46:/croncheck.sh diff --git a/croncheck.sh b/croncheck.sh index ef2e7b2..e737aa5 100755 --- a/croncheck.sh +++ b/croncheck.sh @@ -8,5 +8,5 @@ if [ -e dontstart ]; then fi if ! kill -0 "$(cat pidfile)"; then - nohup ./run.sh & + nohup ./run & fi