]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
fix: Loeschanzahl spelling error
authorBastian Dehn <hhaalo@arcor.de>
Tue, 17 Jul 2018 19:10:25 +0000 (21:10 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 18 Jul 2018 19:55:14 +0000 (21:55 +0200)
backup

diff --git a/backup b/backup
index 60b322a8f256e0beadc767018ae6d7b9aaee9185..f464605c952914c4cb71b6cc3c9ba33acf2d1553 100755 (executable)
--- a/backup
+++ b/backup
@@ -213,7 +213,7 @@ BackupRemotePC()
 LoescheVerzeichnisse()
 {
        for i in $(ls --directory $backpath/*/ | grep "_$backname" \
-               --max-count=$loeshanzahl); do
+               --max-count=$loeschanzahl); do
                printf "Lösche %s\n" $i
                rm --recursive $i
        done