mirror of
https://github.com/YunoHost-Apps/pihole_ynh.git
synced 2024-09-03 20:05:58 +02:00
Fix inconsistent config between install and upgrade
This commit is contained in:
parent
3a9e8b356f
commit
69b0597c97
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ else
|
||||||
fi
|
fi
|
||||||
echo "QUERY_LOGGING=$query_logging" >> $setupVars
|
echo "QUERY_LOGGING=$query_logging" >> $setupVars
|
||||||
echo "INSTALL_WEB=true" >> $setupVars
|
echo "INSTALL_WEB=true" >> $setupVars
|
||||||
|
echo "BLOCKING_ENABLED=true" >> $setupVars
|
||||||
|
|
||||||
# Calculate and store the config file checksum into the app settings
|
# Calculate and store the config file checksum into the app settings
|
||||||
ynh_store_file_checksum --file="$setupVars"
|
ynh_store_file_checksum --file="$setupVars"
|
||||||
|
|
Loading…
Add table
Reference in a new issue