From da42d9eafdd925d137228b8b91f55f60f52ef75d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 21 Feb 2021 18:31:32 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9470951..143efc7 100644 --- a/scripts/install +++ b/scripts/install @@ -130,6 +130,7 @@ ynh_store_file_checksum --file="$final_path/config/db.inc.php" #================================================= # Install PHP dependencies using composer #================================================= +ynh_script_progression --message="Configuring Composer ..." --weight=1 pushd $final_path export COMPOSER_HOME=$final_path @@ -140,7 +141,7 @@ popd #================================================= # SETUP SYSTEMD #================================================= -ynh_script_progression --message="Configuring a systemd service..." --weight=1 +ynh_script_progression --message="Configuring a systemd service..." --weight=12 ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file=../conf/systemd.service ynh_replace_string --match_string="__PATH__" --replace_string="$path_url" --target_file=../conf/systemd.service