From 85213ea8b039bbfe6eb04685a3dc026722df0d7e Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Sat, 28 Feb 2026 18:13:07 +0100 Subject: [PATCH] Fix default tag for ioBroker LXC install (#12423) --- ct/iobroker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/iobroker.sh b/ct/iobroker.sh index c76e44752..3856ff335 100644 --- a/ct/iobroker.sh +++ b/ct/iobroker.sh @@ -6,7 +6,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # Source: https://www.iobroker.net/#en/intro | Github: https://github.com/ioBroker/ioBroker.js-controller APP="ioBroker" -var_tags="${var_tags:-automtation}" +var_tags="${var_tags:-automation}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-2048}" var_disk="${var_disk:-8}"