From: Bastian Dehn Date: Sat, 24 May 2025 14:52:49 +0000 (+0200) Subject: add delete message space X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=100d028d80fea796c9f507369f764e4f6069fea8;p=simple-backup.git add delete message space --- 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 }