diff --git a/check_process b/check_process index 41c63eb..9c55994 100644 --- a/check_process +++ b/check_process @@ -19,7 +19,7 @@ pkg_linter=1 setup_sub_dir=0 setup_root=1 - setup_nourl=1 + setup_nourl=0 setup_private=1 setup_public=1 upgrade=1 diff --git a/scripts/upgrade b/scripts/upgrade index 3648de0..39b7bb3 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -120,12 +120,6 @@ exec_composer "$final_path" update --quiet --no-dev --prefer-dist \ cd $final_path && sudo /usr/bin/php7.1 artisan migrate --force cd $final_path && sudo /usr/bin/php7.1 artisan optimize - -# Verify the checksum and backup the file if it's different -ynh_backup_if_checksum_is_different "$final_path/CONFIG_FILE" -# Recalculate and store the config file checksum into the app settings -ynh_store_file_checksum "$final_path/CONFIG_FILE" - #================================================= # GENERIC FINALIZATION #=================================================