mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 09:13:49 +08:00
chore: debug
This commit is contained in:
@@ -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, " "))
|
||||
|
||||
Reference in New Issue
Block a user