]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
change log message
authorBastian Dehn <hhaalo@arcor.de>
Sun, 25 May 2025 08:21:50 +0000 (10:21 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 25 May 2025 08:21:50 +0000 (10:21 +0200)
backupmount

index 88ec18b8202f65ad56a9d54a89633bef34da458d..4460ccad50632685f10dddbb5bf6308ecda64cdd 100755 (executable)
@@ -116,7 +116,7 @@ umount_backup()
                || errlog "could not unmount $backup_path" \
                || return $?
 
-       infolog "remove backup path $backup_path"
+       infolog "remove backup path directory $backup_path"
        rmdir "$backup_path" \
                || errlog "clound not remote $backup_path" \
                || return $?