Skip to content

Commit

Permalink
changed pihole url from ip to pi.hole
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Nov 12, 2019
1 parent cca5f92 commit 28b2536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Expand Up @@ -171,7 +171,7 @@ for i in $(seq 1 20); do
echo -e "\n${CYAN}INFO${BLANK}: $(docker logs pihole 2> /dev/null | grep 'Setting password:') for your pi-hole: https://pi.hole/admin/."
RAN_PW='y'
else
echo -e "\n${CYAN}INFO${BLANK}: Set given WEBPASSWORD for your pi-hole: https://${HOST_IP}/admin/."
echo -e "\n${CYAN}INFO${BLANK}: Set given WEBPASSWORD for your pi-hole: https://pi.hole/admin/."
RAN_PW='n'
fi
break
Expand Down

0 comments on commit 28b2536

Please sign in to comment.