mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-18 08:22:16 +00:00
Fix tags in several scripts (#11050)
* fix default tags * Update alpine-komodo.sh * Update var_tags delimiter in fluid-calendar.sh Changed default delimiter for var_tags from comma to semicolon. * Change delimiter in var_tags from comma to semicolon * Update pulse.sh * Update streamlink-webui.sh --------- Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
|
||||
# Source: https://github.com/opf/openproject
|
||||
|
||||
APP="OpenProject"
|
||||
var_tags="${var_tags:-project-management,erp}"
|
||||
var_tags="${var_tags:-project-management;erp}"
|
||||
var_cpu="${var_cpu:-2}"
|
||||
var_ram="${var_ram:-4096}"
|
||||
var_disk="${var_disk:-8}"
|
||||
|
||||
Reference in New Issue
Block a user