From 8428acba85c54fa2aa8e3a14ddba2a7d8260b4c4 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 4 Jun 2021 08:51:51 +0200 Subject: [PATCH] Fix service description in upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index a86510a..328b2c6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -120,7 +120,7 @@ ynh_use_logrotate --non-append --logfile="$final_path/logs" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="Radarr daemon" --log="$final_path/logs/sonarr.txt" +yunohost service add $app --description="Sonarr daemon" --log="$final_path/logs/sonarr.txt" #================================================= # START SYSTEMD SERVICE