diff --git a/start.sh b/start.sh index 8df503c..792a084 100644 --- a/start.sh +++ b/start.sh @@ -1,3 +1,3 @@ #/bin/bash -nohup molly > app.log 2>&1 & \ No newline at end of file +nohup ./molly > app.log 2>&1 & \ No newline at end of file