]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
add delete message space
authorBastian Dehn <hhaalo@arcor.de>
Sat, 24 May 2025 14:52:49 +0000 (16:52 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 24 May 2025 14:52:49 +0000 (16:52 +0200)
backup

diff --git a/backup b/backup
index ea77aac0c71605557c76e46b849faa50535b5cab..9f55b579ed83aa46d3e4148e33da6222df305d9f 100755 (executable)
--- 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
 }