From 822a7fc1a4bc1b76b96f7d60aac2536e1122b15a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 1 Dec 2021 16:33:34 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9a0a805..98a11fc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -126,10 +126,9 @@ ynh_add_fpm_config #================================================= # PHP-FPM CONFIGURATION #================================================= -ynh_script_progression --message="Upgrading the APP..." --weight=1 +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"