From: Bastian Dehn Date: Sun, 25 May 2025 08:21:50 +0000 (+0200) Subject: change log message X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=1361aec04a8f5c708a5d151db7240724573edbd8;p=simple-backup.git change log message --- diff --git a/backupmount b/backupmount index 88ec18b..4460cca 100755 --- a/backupmount +++ b/backupmount @@ -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 $?