From ef0d7ea6c15122056ccaa79f8224a7369a3b6b0d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 6 Apr 2021 01:03:29 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1f6aab4..b76c43b 100644 --- a/scripts/install +++ b/scripts/install @@ -135,7 +135,7 @@ ynh_add_systemd_config if [ "$launch_on_boot" -eq 0 ] then - systemctl disable "$app" + systemctl disable "$app" --quiet fi #=================================================