mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-21 16:15:02 +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:
+1
-1
@@ -6,7 +6,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
|
||||
# Source: https://github.com/rcourtman/Pulse
|
||||
|
||||
APP="Pulse"
|
||||
var_tags="${var_tags:-monitoring,proxmox}"
|
||||
var_tags="${var_tags:-monitoring;proxmox}"
|
||||
var_cpu="${var_cpu:-1}"
|
||||
var_ram="${var_ram:-1024}"
|
||||
var_disk="${var_disk:-4}"
|
||||
|
||||
Reference in New Issue
Block a user