From: Bastian Dehn Date: Mon, 18 Jul 2022 19:57:07 +0000 (+0200) Subject: fix: offline vms detect X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=4ddde53176c1715dfe7ec6b1d31fbdc438f9eaf5;p=simple-backup.git fix: offline vms detect --- diff --git a/backup b/backup index 26be99a..20b2d3a 100755 --- a/backup +++ b/backup @@ -211,7 +211,7 @@ BackupOnlineVMs() BackupOfflineVMs() { offlineVM=$(ssh -p $remoteport $remoteLogin virsh list --all \ - | grep 'ausgeschalten' | awk '{print $2}') + | grep 'ausschalten' | awk '{print $2}') for VM in $offlineVM; do printfStripLine