]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
fix: spelling error
authorBastian Dehn <hhaalo@arcor.de>
Sun, 22 Jul 2018 10:17:16 +0000 (12:17 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 22 Jul 2018 10:17:16 +0000 (12:17 +0200)
backup

diff --git a/backup b/backup
index df5fba26c8c19b87d14c2cea12844265643a7dc3..526bdaf479cd2d15eee4e069dda8cf0b735488bc 100755 (executable)
--- a/backup
+++ b/backup
@@ -138,7 +138,7 @@ BackupOfflineVMs()
 
        for VM in $offlineVM; do
                printfStripLine
-               printf "Rechner ${LIGHTPURPLE}%s${RESET}; ${LIGHTBLUE}%s${RESETt} ${LIGHTRED}offline${RESET}\n\n" "$remoterechner" "$VM"
+               printf "Rechner ${LIGHTPURPLE}%s${RESET}; ${LIGHTBLUE}%s${RESETt} ist ${LIGHTRED}offline${RESET}\n\n" "$remoterechner" "$VM"
                BackupVMDiscs
                printfStripLine
        done