Fix: var_tags instead of TAGS in some CT's (#2310)

* Fix some Tags in CTS

* fix some others

* Update suwayomiserver.sh
This commit is contained in:
CanbiZ
2025-02-12 20:08:44 +01:00
committed by GitHub
parent 72b546e945
commit 5946079f47
9 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/r
#App Default Values
APP="Apache-Guacamole"
TAGS="webserver;remote"
var_tags="webserver;remote"
var_disk="4"
var_cpu="1"
var_ram="2048"