From aec93811a0806d27a54969a29259e152e9d3ab7a Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 2 Jan 2021 20:09:51 +0100 Subject: [PATCH] Found some inconsistencies in the 'yunohost service add' commands between install, upgrade and restore --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2db3ae6..6bad382 100644 --- a/scripts/install +++ b/scripts/install @@ -169,7 +169,7 @@ ynh_use_logrotate #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description="$app daemon for Distbin" --log="/var/log/$app/$app.log" +yunohost service add $app --description="$app daemon for distbin" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE