From 86e3efa25e5ca763f85e019a8c535c17a538b3a1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 24 Nov 2021 18:55:57 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"