mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-24 16:20:13 +00:00
Save empty password
This commit is contained in:
parent
ffd31d8330
commit
04a9791be2
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ SetWebPassword(){
|
||||||
echo "WEBPASSWORD=${hash}" >> /etc/pihole/setupVars.conf
|
echo "WEBPASSWORD=${hash}" >> /etc/pihole/setupVars.conf
|
||||||
echo "New password set"
|
echo "New password set"
|
||||||
else
|
else
|
||||||
|
echo "WEBPASSWORD=" >> /etc/pihole/setupVars.conf
|
||||||
echo "Password removed"
|
echo "Password removed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue