From 245864caac0bafc9021c2e9ed9101d48833b0803 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Tue, 26 Aug 2014 10:34:22 +0000 Subject: [PATCH] bug in the IPV6 question --- setup/questions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/questions.sh b/setup/questions.sh index fd4d0f85..26bb8ac1 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -127,7 +127,7 @@ if [ -z "$PUBLIC_IPV6" ]; then input_box "IPv6 Address (Optional)" \ "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\nPublic IPv6 address:" + \n\nPublic IPv6 address:" \ $DEFAULT_PUBLIC_IPV6 \ PUBLIC_IPV6