This commit is contained in:
Eason010212
2025-09-07 17:00:07 +08:00
parent 47855b5dac
commit eaf56a63d0

View File

@@ -2995,8 +2995,9 @@ init(function(res) {
// 输出到当前目录下的pid.info文件 // 输出到当前目录下的pid.info文件
fs.writeFileSync("pid.info", "" + process.pid) fs.writeFileSync("pid.info", "" + process.pid)
if (res) { if (res) {
daemon_start() daemon_start().then(()=>{
startOnce() startOnce()
})
} }
} else if (args[0] == "start") { } else if (args[0] == "start") {
startMixIO() startMixIO()