mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 18:04:38 +00:00
Fix variable name for CT_TYPE override (#855)
This commit is contained in:
parent
f449ca707a
commit
db1950a2bb
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ base_settings() {
|
|||
TAGS="community-script;"
|
||||
|
||||
# Override default settings with variables from ct script
|
||||
CT_TYPE=${var_privileged:-$CT_TYPE}
|
||||
CT_TYPE=${var_unprivileged:-$CT_TYPE}
|
||||
DISK_SIZE=${var_disk:-$DISK_SIZE}
|
||||
CORE_COUNT=${var_cpu:-$CORE_COUNT}
|
||||
RAM_SIZE=${var_ram:-$RAM_SIZE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue