From 4a86b144f662cad34dc77b1c6c2c835cff0d0e69 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Tue, 23 Aug 2022 17:48:44 +0200 Subject: [PATCH] Change ynh_script_progression to more generic wording --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 3480b9f..751ca6f 100755 --- a/scripts/install +++ b/scripts/install @@ -230,7 +230,7 @@ fi #================================================= # Start the app server via systemd #================================================= -ynh_script_progression --message="Starting django_example_ynh's services..." --weight=5 +ynh_script_progression --message="Starting the application..." --weight=5 ynh_systemd_action --service_name="$app" --action="start" diff --git a/scripts/upgrade b/scripts/upgrade index d211280..08bb3a3 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -209,7 +209,7 @@ chmod o-rwx "$final_path" #================================================= # Start the app server via systemd #================================================= -ynh_script_progression --message="Starting django_example_ynh's services..." --weight=5 +ynh_script_progression --message="Starting the application..." --weight=5 ynh_systemd_action --service_name="$app" --action="start"