From: Jon Herron Date: Wed, 24 Sep 2025 00:11:17 +0000 (-0400) Subject: Fix typo found during install X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=59ccfd6d139275d8198826937eb0bab47982972d;p=0xmirror%2Fpi-hole.git Fix typo found during install Signed-off-by: Jon Herron --- diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 318107c1..f843a972 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2488,7 +2488,7 @@ main() { \\n\\nIPv4: ${IPV4_ADDRESS%/*}\ \\nIPv6: ${IPV6_ADDRESS:-"Not Configured"}\ \\nIf you have not done so already, the above IP should be set to static.\ -\\nView the web interface at http://pi.hole/admin:${WEBPORT} or http://${IPV4_ADDRESS%/*}:${WEBPORT}/admin\\n\\nYour Admin Webpage login password is ${pw}\ +\\nView the web interface at http://pi.hole:${WEBPORT}/admin or http://${IPV4_ADDRESS%/*}:${WEBPORT}/admin\\n\\nYour Admin Webpage login password is ${pw}\ \\n \\n \\nTo allow your user to use all CLI functions without authentication,\