From 4ddde53176c1715dfe7ec6b1d31fbdc438f9eaf5 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 18 Jul 2022 21:57:07 +0200 Subject: [PATCH] fix: offline vms detect --- backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5