From a86367acf3a5728d4399c27a35fd4bc46c871320 Mon Sep 17 00:00:00 2001 From: yvling Date: Thu, 19 Dec 2024 22:24:30 +0800 Subject: [PATCH] fix: Fixed some bugs --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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