mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-11 18:22:15 +02: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:
co-authored by
Slaviša Arežina
parent
1131dd8430
commit
23b48f08ae
+1
-1
@@ -6,7 +6,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
|
||||
# Source: https://github.com/plankanban/planka
|
||||
|
||||
APP="PLANKA"
|
||||
var_tags="${var_tags:-Todo,kanban}"
|
||||
var_tags="${var_tags:-Todo;kanban}"
|
||||
var_cpu="${var_cpu:-1}"
|
||||
var_ram="${var_ram:-1024}"
|
||||
var_disk="${var_disk:-4}"
|
||||
|
||||
Reference in New Issue
Block a user