From 6be634412c2476c87a4a61dab1d3f879a8a6e4e5 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 18 Jul 2019 21:57:50 +0200 Subject: [PATCH] Removing not needed #yunohost service add $app --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index da68fc8..77be130 100644 --- a/scripts/install +++ b/scripts/install @@ -250,7 +250,6 @@ ynh_use_logrotate # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -#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-videobridge --description "$app jitsi-videobridge for jitsi" --log "/var/log/$app/$app-videobridge.log" yunohost service add $app-jicofo --description "$app jitsi-jicofo for jitsi" --log "/var/log/$app/$app-jicofo.log"