1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-06-25 01:48:46 +00:00

Fixed password input

This commit is contained in:
Mcat12 2016-02-28 15:24:38 -05:00
parent af83936047
commit adcd7f10ee

View File

@ -664,7 +664,7 @@ setPassword() {
if [ $? = 0 ]; then if [ $? = 0 ]; then
# Entered password # Entered password
echo pass > /etc/pihole/password.txt echo $pass > /etc/pihole/password.txt
else else
echo "::: Cancel selected, exiting...." echo "::: Cancel selected, exiting...."
exit 1 exit 1