Save empty password

This commit is contained in:
DL6ER 2016-12-23 23:41:40 +01:00
parent ffd31d8330
commit 04a9791be2
No known key found for this signature in database
GPG key ID: 00135ACBD90B28DD

View file

@ -61,6 +61,7 @@ SetWebPassword(){
echo "WEBPASSWORD=${hash}" >> /etc/pihole/setupVars.conf
echo "New password set"
else
echo "WEBPASSWORD=" >> /etc/pihole/setupVars.conf
echo "Password removed"
fi