From 84e07208235dd76bcf5f461afaaa4e5fb4ecf875 Mon Sep 17 00:00:00 2001 From: Yalh Date: Thu, 24 Jan 2019 01:25:23 +0100 Subject: [PATCH] Add admin panel advertisement --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b0e97f1..7111ee5 100755 --- a/scripts/install +++ b/scripts/install @@ -373,7 +373,7 @@ ynh_use_logrotate #yunohost service add $app --log "/var/log/$app/APP.log" # if using yunohost version 3.2 or more in the 'manifest.json', a description can be added -#yunohost service add $app --description "$app daemon for XXX" --log "/var/log/$app/APP.log" +yunohost service add $app --description "$app daemon for Pleroma" --log "/var/log/$app/$app.log" #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index cf18258..de24e6c 100755 --- a/scripts/restore +++ b/scripts/restore @@ -122,7 +122,7 @@ ynh_install_app_dependencies git build-essential postgresql postgresql-contrib o # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -yunohost service add $app --log "/var/log/$app/APP.log" +yunohost service add $app --description "$app daemon for Pleroma" --log "/var/log/$app/$app.log" #================================================= # RESTORE SYSTEMD