2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

fix: lint

This commit is contained in:
耗子
2024-09-28 10:16:02 +08:00
parent b0e577b42a
commit 2fc19dd97e
4 changed files with 12 additions and 12 deletions

View File

@@ -79,7 +79,7 @@ name=%s
save=%d
# 执行备份
panel backup ${type} ${name} ${path} ${save} 2>&1
panel backup ${type} ${name} ${path} ${save}
`, req.BackupType, req.BackupPath, req.Target, req.Save)
}
if req.Type == "cutoff" {
@@ -92,7 +92,7 @@ name=%s
save=%d
# 执行切割
panel cutoff ${name} ${save} 2>&1
panel cutoff ${name} ${save}
`, req.Target, req.Save)
}