mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
escape ipv6 config file
This commit is contained in:
parent
478b65b2c2
commit
3b3e62c4cf
1 changed files with 2 additions and 2 deletions
|
@ -241,7 +241,7 @@ PW="${PW##-password }"
|
|||
HN="${HN}"
|
||||
BRG="${BRG}"
|
||||
NET="${NET}"
|
||||
IPV6_METHOD="$IPV6_METHOD"
|
||||
IPV6_METHOD="${IPV6_METHOD}"
|
||||
|
||||
# Set this only if using "IPV6_METHOD=static"
|
||||
#IPV6STATIC="fd00::1234/64"
|
||||
|
@ -279,7 +279,7 @@ PW="${PW##-password }"
|
|||
HN="${HN}"
|
||||
BRG="${BRG}"
|
||||
NET="${NET}"
|
||||
IPV6_METHOD="$IPV6_METHOD"
|
||||
IPV6_METHOD="${IPV6_METHOD}"
|
||||
|
||||
# Set this only if using "IPV6_METHOD=static"
|
||||
#IPV6STATIC="fd00::1234/64"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue