From 78d9ce54205b6d030afd5b36a764f5712d2d764e Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Mon, 15 Aug 2022 17:15:24 +0200 Subject: [PATCH] use generic comments --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 85b33ea..3480b9f 100755 --- a/scripts/install +++ b/scripts/install @@ -228,7 +228,7 @@ then fi #================================================= -# Start django_example_ynh via systemd +# Start the app server via systemd #================================================= ynh_script_progression --message="Starting django_example_ynh's services..." --weight=5 diff --git a/scripts/upgrade b/scripts/upgrade index dd78304..d211280 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -207,7 +207,7 @@ chmod o-rwx "$public_path" chmod o-rwx "$final_path" #================================================= -# Start django_example_ynh via systemd +# Start the app server via systemd #================================================= ynh_script_progression --message="Starting django_example_ynh's services..." --weight=5