From 8947bd1f7662a469dfbfaea70de7f7b08481d7f9 Mon Sep 17 00:00:00 2001 From: Yalh Date: Thu, 24 Jan 2019 04:28:00 +0100 Subject: [PATCH] Admin panel description fix --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ff69693..a526990 100755 --- a/scripts/install +++ b/scripts/install @@ -332,7 +332,7 @@ chown -R $app: /var/log/$app/ #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 WriteFreely" --log "/var/log/$app/$app.log" #================================================= diff --git a/scripts/restore b/scripts/restore index 1740640..cf51901 100755 --- a/scripts/restore +++ b/scripts/restore @@ -116,7 +116,7 @@ systemctl enable $app.service # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -yunohost service add $app --log "/var/log/$app/$app.log" +yunohost service add $app --description "$app daemon for WriteFreely" --log "/var/log/$app/$app.log" #================================================= # RESTORE THE CRON FILE