fix: 重启信号

This commit is contained in:
TsMask
2024-03-21 10:31:36 +08:00
parent 08e27bd26b
commit 399e7c2dad

View File

@@ -241,7 +241,7 @@ func (s *SystemController) RebootApp(c *gin.Context) {
return
}
_, err := cmd.ExecWithCheck("nohup", "sh", "-c", "sleep 2s && service omc restart", "&")
_, err := cmd.ExecWithCheck("nohup", "sh", "-c", "sleep 2s && service omc restart", "> /dev/null 2>&1 &\n")
if err != nil {
c.JSON(200, map[string]any{
"requestId": body.RequestId,