From a5a6a2705075ef71309b9eac6ceb84e0326b4dac Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Dec 2020 11:04:22 +0100 Subject: [PATCH] Small typo --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 9a2f9c9..1b18fb5 100644 --- a/scripts/install +++ b/scripts/install @@ -178,7 +178,7 @@ chown -R $app:$app $final_path #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=2 -yunohost service add $app --description="collaborative Markdown editor" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Collaborative Markdown editor" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index 6202cb3..f90d580 100644 --- a/scripts/restore +++ b/scripts/restore @@ -113,7 +113,7 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=2 -yunohost service add $app --description="collaborative Markdown editor" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Collaborative Markdown editor" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index df136dc..716e32e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -177,7 +177,7 @@ chown -R $app:$app $final_path #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=2 -yunohost service add $app --description="collaborative Markdown editor" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Collaborative Markdown editor" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE