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