Skip to content

Commit 6f29ab8

Browse files
authored
Fix wrong HDD Size (#2001)
1 parent bd5db08 commit 6f29ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/authentik.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
88
# App Default Values
99
APP="Authentik"
1010
var_tags="identity-provider"
11-
var_disk="15"
11+
var_disk="12"
1212
var_cpu="6"
1313
var_ram="8192"
1414
var_os="debian"

0 commit comments

Comments
 (0)