From 100d028d80fea796c9f507369f764e4f6069fea8 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 24 May 2025 16:52:49 +0200 Subject: [PATCH] add delete message space --- backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup b/backup index ea77aac..9f55b57 100755 --- a/backup +++ b/backup @@ -124,7 +124,7 @@ remove_backup_dir() | head --lines $delete_count) for backup in $backups; do - echo "🗑️ DELETE: $backup" + echo "🗑️ DELETE: $backup" rm --recursive $backup done } -- 2.47.3