From d8d9ce7a0f709a7e7012f5e81b537d19f50c7e61 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 27 Jan 2022 21:38:13 +0100 Subject: [PATCH] Drop log_type in service add --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index ad941ee..645985c 100755 --- a/scripts/install +++ b/scripts/install @@ -136,7 +136,7 @@ ynh_add_systemd_config # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -yunohost service add $app --description="Low-code programming for event-driven applications" --log_type="systemd" +yunohost service add $app --description="Low-code programming for event-driven applications" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index 5e585e5..67b913f 100755 --- a/scripts/restore +++ b/scripts/restore @@ -86,7 +86,7 @@ systemctl enable $app.service --quiet # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -yunohost service add $app --description="Low-code programming for event-driven applications" --log_type="systemd" +yunohost service add $app --description="Low-code programming for event-driven applications" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index f3e3c7e..c53213a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -215,7 +215,7 @@ chmod a-w "$final_path/data/settings.js" # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -yunohost service add $app --description="Low-code programming for event-driven applications" --log_type="systemd" +yunohost service add $app --description="Low-code programming for event-driven applications" #================================================= # START SYSTEMD SERVICE