Skip to content

Commit 29dcf19

Browse files
committed
Fix spaces in TAGS there breaking install
1 parent 3e60e43 commit 29dcf19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/kimai.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
77

88
# App Default Values
99
APP="Kimai"
10-
var_tags="time tracking"
10+
var_tags="time-tracking"
1111
var_cpu="2"
1212
var_ram="2048"
1313
var_disk="7"

ct/meshcentral.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
77

88
# App Default Values
99
APP="MeshCentral"
10-
var_tags="remote management"
10+
var_tags="remote-management"
1111
var_cpu="1"
1212
var_ram="512"
1313
var_disk="2"

0 commit comments

Comments
 (0)