Commit 245864ca authored by Joshua Tauberer's avatar Joshua Tauberer

bug in the IPV6 question

parent b76cbae5
...@@ -127,7 +127,7 @@ if [ -z "$PUBLIC_IPV6" ]; then ...@@ -127,7 +127,7 @@ if [ -z "$PUBLIC_IPV6" ]; then
input_box "IPv6 Address (Optional)" \ input_box "IPv6 Address (Optional)" \
"Enter the public IPv6 address of this machine, as given to you by your ISP. "Enter the public IPv6 address of this machine, as given to you by your ISP.
\n\nLeave blank if the machine does not have an IPv6 address. \n\nLeave blank if the machine does not have an IPv6 address.
\n\nPublic IPv6 address:" \n\nPublic IPv6 address:" \
$DEFAULT_PUBLIC_IPV6 \ $DEFAULT_PUBLIC_IPV6 \
PUBLIC_IPV6 PUBLIC_IPV6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment