From f61d22cb4c8187168bb33fae00af88525cb37893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 1 Mar 2023 15:17:41 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bcb315e..7e5c131 100755 --- a/scripts/install +++ b/scripts/install @@ -51,6 +51,7 @@ ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint #================================================= # ADD INITIAL CONFIGURATION #================================================= +ynh_script_progression --message="Configuring $app..." --weight=3 # Define a function to execute commands with proper permissions exec_as_app() { @@ -58,7 +59,6 @@ exec_as_app() { php${phpversion} --define apc.enable_cli=1 "$@") } -ynh_script_progression --message="Configuring $app..." --weight=1 exec_as_app console.php database:configure "$app" "$db_pwd" "$app" # Create database contents