mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
Fix service description in upgrade
This commit is contained in:
parent
f8253dc2de
commit
c7f898c770
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue