We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecd72e1 + f07f417 commit 263d12aCopy full SHA for 263d12a
update.sh
@@ -9,7 +9,7 @@
9
# shellcheck disable=SC2317
10
# shellcheck disable=SC2320
11
12
-VERSION="4.2"
+VERSION="4.2.1"
13
14
# Variable / Function
15
LOCAL_FILES="/etc/ultimate-updater"
@@ -704,8 +704,7 @@ UPDATE_VM () {
704
fi
705
SSH_CONNECTION=true
706
OS_BASE=$(qm config "$VM" | grep ostype)
707
- IS_TEMPLATE=$(qm config "$VM" | grep template)
708
- if [[ "$IS_TEMPLATE" =~ 1 ]]; then
+ if (qm config "$VM" | grep template); then
709
echo -e "${OR}$VM is a template - skipping the update${CL}\n"
710
return
711
0 commit comments