fix: Fixed some bugs

This commit is contained in:
2024-12-19 22:24:30 +08:00
parent 805117e034
commit a86367acf3

View File

@@ -1,3 +1,3 @@
#/bin/bash
nohup molly > app.log 2>&1 &
nohup ./molly > app.log 2>&1 &