2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

chore: debug

This commit is contained in:
耗子
2024-10-31 18:32:01 +08:00
parent 9641ae7f34
commit d73c988073

View File

@@ -34,7 +34,6 @@ func Compress(dir string, src []string, dst string) error {
return err
}
var out string
switch format {
case Zip:
_, err = shell.ExecfWithDir(dir, "zip -qr -o %s %s", dst, strings.Join(src, " "))