fix: Fixed some bugs

This commit is contained in:
yv1ing
2024-12-19 22:24:30 +08:00
parent 160062e9e0
commit cfcb3252e3

View File

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