From 6b6b7a92c5d4956588278bb219159a58944a28d4 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 7 Sep 2022 03:50:07 +0200 Subject: [PATCH] Fixed typo in UpdateOne.sh --- UpdateOne.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpdateOne.sh b/UpdateOne.sh index 83b450f..b5e0ba6 100755 --- a/UpdateOne.sh +++ b/UpdateOne.sh @@ -35,7 +35,7 @@ if ! $IdExists; then echo "This ID does not exist"; exit; fi if [[ $VMS =~ $ID ]]; then TYPE=VM; fi if [[ $CTS =~ $ID ]]; then TYPE=CT; fi -check#Check if VM/CT is running +#Check if VM/CT is running if ! $($TYPE-State $ID); then echo "This ID is not runnig"; exit; fi #Ask what should be updated