mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-09-24 10:39:02 +02:00
Fixed password input
This commit is contained in:
parent
af83936047
commit
adcd7f10ee
@ -664,7 +664,7 @@ setPassword() {
|
||||
|
||||
if [ $? = 0 ]; then
|
||||
# Entered password
|
||||
echo pass > /etc/pihole/password.txt
|
||||
echo $pass > /etc/pihole/password.txt
|
||||
else
|
||||
echo "::: Cancel selected, exiting...."
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user