This commit is contained in:
AustrianToast 2024-09-12 19:11:03 +02:00
parent 3645f7f30c
commit b0a20c223a
Signed by untrusted user who does not match committer: AustrianToast
GPG Key ID: 174D780E041684FF

View File

@ -171,7 +171,7 @@ func backup(when string) error {
} }
if strings.Compare(when, "post") != 0 { if strings.Compare(when, "post") != 0 {
err = CopyDir(pacmanDb, fmt.Sprint(tmpPath, "/", pacmanDb)) err = _CopyDir(pacmanDb, fmt.Sprint(tmpPath, "/", pacmanDb))
if err != nil { if err != nil {
return err return err
} }