From 69b0597c979f6bc2473756cf7ea0af34ed4dd759 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 3 Sep 2023 17:23:50 +0200 Subject: [PATCH] Fix inconsistent config between install and upgrade --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 3bddf00..00071f5 100644 --- a/scripts/install +++ b/scripts/install @@ -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"