mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Made message shorter
This commit is contained in:
parent
f81dadc5d0
commit
e2898217d2
1 changed files with 2 additions and 7 deletions
|
@ -1005,12 +1005,7 @@ If you set a new IP address, you should restart the Pi.
|
||||||
|
|
||||||
The install log is in /etc/pihole.
|
The install log is in /etc/pihole.
|
||||||
View the web interface at http://pi.hole/admin or http://${IPV4_ADDRESS%/*}/admin
|
View the web interface at http://pi.hole/admin or http://${IPV4_ADDRESS%/*}/admin
|
||||||
|
The currently set password is ${1}" ${r} ${c}
|
||||||
Note: As security measure a password has been installed for your web interface
|
|
||||||
The currently set password is
|
|
||||||
${1}
|
|
||||||
You can always change it using
|
|
||||||
pihole -a -p new_password" ${r} ${c}
|
|
||||||
else
|
else
|
||||||
whiptail --msgbox --backtitle "Make it so." --title "Installation Complete!" "Configure your devices to use the Pi-hole as their DNS server using:
|
whiptail --msgbox --backtitle "Make it so." --title "Installation Complete!" "Configure your devices to use the Pi-hole as their DNS server using:
|
||||||
|
|
||||||
|
@ -1169,7 +1164,7 @@ main() {
|
||||||
echo "::: View the web interface at http://pi.hole/admin or http://${IPV4_ADDRESS%/*}/admin"
|
echo "::: View the web interface at http://pi.hole/admin or http://${IPV4_ADDRESS%/*}/admin"
|
||||||
else
|
else
|
||||||
echo "::: Update complete!"
|
echo "::: Update complete!"
|
||||||
if [ ! -z $pw ]; then
|
if (( ${#pw} > 0 )) ; then
|
||||||
echo ":::"
|
echo ":::"
|
||||||
echo "::: Note: As security measure a password has been installed for your web interface"
|
echo "::: Note: As security measure a password has been installed for your web interface"
|
||||||
echo "::: The currently set password is"
|
echo "::: The currently set password is"
|
||||||
|
|
Loading…
Reference in a new issue