mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-19 01:51:46 +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
|
ADMIN_GATE
|
||||||
)
|
)
|
||||||
makePCTTemplateSEDPatterns(){
|
makePCTTemplateSEDPatterns(){
|
||||||
local vars=("${PCT_TEMPLATE_VARS}" "$@")
|
local vars=("${PCT_TEMPLATE_VARS[@]}" "$@")
|
||||||
# strip ips and save to *_IPn var...
|
# strip ips and save to *_IPn var...
|
||||||
local ip_vars=()
|
local ip_vars=()
|
||||||
local var
|
local var
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user