From: Bastian Dehn Date: Sun, 22 Jul 2018 10:17:16 +0000 (+0200) Subject: fix: spelling error X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=b5799acce4cf5d34cca44e94bf4b12650e439359;p=simple-backup.git fix: spelling error --- diff --git a/backup b/backup index df5fba2..526bdaf 100755 --- 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