From ad920f6043f515d556167a5c40e2a80b57b62341 Mon Sep 17 00:00:00 2001 From: ryt51V Date: Sun, 28 Feb 2016 19:18:45 +0000 Subject: [PATCH] Fixed wrong echo when not using IPv4. --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 7227856e..05c71a7f 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -226,7 +226,7 @@ use4andor6() { fi echo "::: Using IPv4 on $IPv4addr" else - echo "::: Using IPv6 on $piholeIPv6" + echo "::: IPv4 will NOT be used." fi if [ $useIPv6 ]; then