Browse Source

Fix inconsistent config between install and upgrade

Alexandre Aubin 2 năm trước cách đây
mục cha
commit
69b0597c97
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      scripts/install

+ 1 - 0
scripts/install

@@ -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"