1
0
Fork 0
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:
Alexandre Aubin 2023-09-03 17:23:50 +02:00
parent 3a9e8b356f
commit 69b0597c97

View file

@ -236,6 +236,7 @@ else
fi
echo "QUERY_LOGGING=$query_logging" >> $setupVars
echo "INSTALL_WEB=true" >> $setupVars
echo "BLOCKING_ENABLED=true" >> $setupVars
# Calculate and store the config file checksum into the app settings
ynh_store_file_checksum --file="$setupVars"