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" #=================================================