From 9fdae24d79fc8939bc02902757c6503656ee3852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 21 Sep 2020 19:35:45 +0200 Subject: [PATCH] www-servers/jellyfin-bin: init: untabify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć --- www-servers/jellyfin-bin/files/jellyfin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/jellyfin-bin/files/jellyfin b/www-servers/jellyfin-bin/files/jellyfin index 0cdb068..09861a8 100755 --- a/www-servers/jellyfin-bin/files/jellyfin +++ b/www-servers/jellyfin-bin/files/jellyfin @@ -56,7 +56,7 @@ start() { --pidfile ${pidfile} \ --user ${command_user} \ --make-pidfile \ - -- ${JELLYFIN_ARGS} + -- ${JELLYFIN_ARGS} eend $? } @@ -71,7 +71,7 @@ stop() { start-stop-daemon --stop --exec ${command} \ --pidfile ${pidfile} \ --user ${command_user} \ - -- ${JELLYFIN_ARGS} + -- ${JELLYFIN_ARGS} eend $? }