]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
fix: spelling error
authorBastian Dehn <hhaalo@arcor.de>
Thu, 26 Jul 2018 06:56:35 +0000 (08:56 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Thu, 26 Jul 2018 06:56:35 +0000 (08:56 +0200)
backup

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