diff --git a/scripts/upgrade b/scripts/upgrade index dc58bcf..8e1ad53 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -131,7 +131,8 @@ ynh_add_fpm_config #================================================= ynh_script_progression --message="Upgrading the APP..." --weight=1 -ynh_exec_as "$app" php${phpversion} "$final_path/bin/phpbbcli.php" --no-interaction db:migrate --safe-mode +#ynh_exec_as "$app" +php${phpversion} "$final_path/bin/phpbbcli.php" --no-interaction db:migrate --safe-mode if [ -e "$final_path/install" ]; then mv "$final_path/install" "$final_path/install_old"