From 86983aaaef8e2e0ca811494e622e1942915519d9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 25 Mar 2020 20:13:25 +0100 Subject: [PATCH] remove Google Recaptcha removal --- scripts/install | 5 ----- scripts/upgrade | 5 ----- 2 files changed, 10 deletions(-) diff --git a/scripts/install b/scripts/install index 1b77d336..ec93df8a 100644 --- a/scripts/install +++ b/scripts/install @@ -132,11 +132,6 @@ chown -R "$app": "$final_path" ynh_install_composer --phpversion="7.3" --workdir="$final_path" -# Fix Google Recaptcha removal -ynh_secure_remove --file="$final_path/bootstrap/cache" -mkdir -p "$final_path/bootstrap/cache" -ynh_composer_exec --phpversion="7.3" --workdir="$final_path" --commands="dump-autoload" - #================================================= # SPECIFIC SETUP #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 2756894e..9dc12b25 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -161,11 +161,6 @@ if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then sleep 3600 fi -# Fix Google Recaptcha removal -ynh_secure_remove --file="$final_path/bootstrap/cache" -mkdir -p "$final_path/bootstrap/cache" -ynh_composer_exec --phpversion="7.3" --workdir="$final_path" --commands="dump-autoload" - ynh_composer_exec --phpversion="7.3" --workdir="$final_path" --commands="update" #=================================================