Skip to content

Commit 3b3e62c

Browse files
authored
escape ipv6 config file
1 parent 478b65b commit 3b3e62c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/build.func

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ PW="${PW##-password }"
241241
HN="${HN}"
242242
BRG="${BRG}"
243243
NET="${NET}"
244-
IPV6_METHOD="$IPV6_METHOD"
244+
IPV6_METHOD="${IPV6_METHOD}"
245245

246246
# Set this only if using "IPV6_METHOD=static"
247247
#IPV6STATIC="fd00::1234/64"
@@ -279,7 +279,7 @@ PW="${PW##-password }"
279279
HN="${HN}"
280280
BRG="${BRG}"
281281
NET="${NET}"
282-
IPV6_METHOD="$IPV6_METHOD"
282+
IPV6_METHOD="${IPV6_METHOD}"
283283

284284
# Set this only if using "IPV6_METHOD=static"
285285
#IPV6STATIC="fd00::1234/64"

0 commit comments

Comments
 (0)