mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-18 01:21:47 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e03a1caeb8
commit
df6850dcdb
@ -487,7 +487,7 @@ PCT_TEMPLATE_VARS=(
|
||||
ADMIN_GATE
|
||||
)
|
||||
makePCTTemplateSEDPatterns(){
|
||||
local vars=("${PCT_TEMPLATE_VARS}" "$@")
|
||||
local vars=("${PCT_TEMPLATE_VARS[@]}" "$@")
|
||||
# strip ips and save to *_IPn var...
|
||||
local ip_vars=()
|
||||
local var
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user