From eb83b27faeaa44bf1268d09b0573658fca6d7595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:28:02 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index a111889..3d8973a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -154,7 +154,7 @@ ynh_add_nginx_config #================================================= # BUILD KIMAI2 #================================================= -ynh_script_progression --message="Building Kimai2..." --weight=1 +ynh_script_progression --message="Building $app..." --weight=1 ynh_install_composer --phpversion="$YNH_PHP_VERSION" --workdir="$final_path" --install_args="--optimize-autoloader --no-scripts" ynh_composer_exec --phpversion="$YNH_PHP_VERSION" --workdir="$final_path" --commands="require laminas/laminas-ldap" @@ -191,7 +191,7 @@ chown $app:$app "$final_path/.env" #================================================= # INSTALL KIMAI2 #================================================= -ynh_script_progression --message="Installing Kimai2..." --weight=1 +ynh_script_progression --message="Installing $app..." --weight=1 pushd "$final_path" ynh_exec_as $app php$YNH_PHP_VERSION bin/console kimai:update -n