1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00

bug in the IPV6 question

This commit is contained in:
Joshua Tauberer 2014-08-26 10:34:22 +00:00
parent b76cbae5a0
commit 245864caac

View File

@ -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