mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-05 21:47:37 +00:00
Update alpine.func
fix open bracket
This commit is contained in:
@ -353,7 +353,7 @@ build_container() {
|
|||||||
export APPLICATION="$APP"
|
export APPLICATION="$APP"
|
||||||
export VERBOSE="$VERB"
|
export VERBOSE="$VERB"
|
||||||
export SSH_ROOT="${SSH}"
|
export SSH_ROOT="${SSH}"
|
||||||
export CTID=$CT_ID"
|
export CTID="$CT_ID"
|
||||||
export PCT_OSTYPE="$var_os"
|
export PCT_OSTYPE="$var_os"
|
||||||
export PCT_OSVERSION="$var_version"
|
export PCT_OSVERSION="$var_version"
|
||||||
export PCT_DISK_SIZE="$DISK_SIZE"
|
export PCT_DISK_SIZE="$DISK_SIZE"
|
||||||
|
Reference in New Issue
Block a user