From 1361aec04a8f5c708a5d151db7240724573edbd8 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 25 May 2025 10:21:50 +0200 Subject: [PATCH] change log message --- backupmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $? -- 2.47.3