mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-09 15:40:54 +00:00
Always put the information that we added a password if we did (not only on update but also on fresh install)
This commit is contained in:
parent
e2898217d2
commit
1eeaa01234
@ -1164,15 +1164,16 @@ 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 (( ${#pw} > 0 )) ; then
|
fi
|
||||||
echo ":::"
|
|
||||||
echo "::: Note: As security measure a password has been installed for your web interface"
|
if (( ${#pw} > 0 )) ; then
|
||||||
echo "::: The currently set password is"
|
echo ":::"
|
||||||
echo "::: ${pw}"
|
echo "::: Note: As security measure a password has been installed for your web interface"
|
||||||
echo ":::"
|
echo "::: The currently set password is"
|
||||||
echo "::: You can always change it using"
|
echo "::: ${pw}"
|
||||||
echo "::: pihole -a -p new_password"
|
echo ":::"
|
||||||
fi
|
echo "::: You can always change it using"
|
||||||
|
echo "::: pihole -a -p new_password"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ":::"
|
echo ":::"
|
||||||
|
Loading…
Reference in New Issue
Block a user