From 772060554b31acf27ea1eca59715eacbfe6a9c3e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 10 Dec 2020 20:57:00 +0100 Subject: [PATCH] fix linter warnings --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a2c874d..44fb817 100644 --- a/scripts/install +++ b/scripts/install @@ -91,7 +91,7 @@ ynh_system_user_create --username=$app #================================================= # Load services once to generate system.xml -systemctl enable jellyfin +systemctl enable jellyfin --quiet systemctl start jellyfin sleep 5 systemctl stop jellyfin