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