From 88bdf38dbab882b61b59e5e00c0192d9fd478cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 21 Jun 2024 08:44:43 +0200 Subject: [PATCH] cleaning --- scripts/install | 4 ++-- scripts/upgrade | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index b7b38d9..a6d70a7 100644 --- a/scripts/install +++ b/scripts/install @@ -50,7 +50,7 @@ yunohost service add $app --description="BookStack Queue Worker" --log="/var/log #================================================= # INSTALL BOOKSTACK WITH COMPOSER #================================================= -ynh_script_progression "Installing BookStack with Composer..." +ynh_script_progression "Installing $app with Composer..." # Install composer ynh_composer_install @@ -71,7 +71,7 @@ chown $app:$app $install_dir/.env #================================================= # FINAL BOOKSTACK INSTALL #================================================= -ynh_script_progression "Install BookStack" +ynh_script_progression "Install $app" pushd $install_dir php$php_version artisan key:generate --no-interaction --force diff --git a/scripts/upgrade b/scripts/upgrade index 7cc0c46..67a10f8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -53,7 +53,7 @@ yunohost service add $app --description="BookStack Queue Worker" --log="/var/log #================================================= # INSTALL LYCHEE WITH COMPOSER #================================================= -ynh_script_progression "Installing BookStack with Composer..." +ynh_script_progression "Installing $app with Composer..." # Install composer ynh_composer_install @@ -72,7 +72,7 @@ ynh_composer_exec install --no-dev #================================================= # FINAL BOOKSTACK INSTALL #================================================= -ynh_script_progression "Install BookStack" +ynh_script_progression "Install $app" pushd $install_dir php$php_version artisan migrate --force