From 6d080fe5e773b691f034f6e23e9b1365cf0692e5 Mon Sep 17 00:00:00 2001 From: ShinySideDown13 Date: Sun, 9 Nov 2025 21:31:52 -0800 Subject: [PATCH] debian conf typofix Correct typos of the JELLYFIN_ADDITIONAL_OPTS var --- debian/conf/jellyfin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/conf/jellyfin b/debian/conf/jellyfin index 510c2af..34afb0a 100644 --- a/debian/conf/jellyfin +++ b/debian/conf/jellyfin @@ -2,7 +2,7 @@ # This is a POSIX shell fragment # Use this file to override the default configurations; add additional -# options with JELLYFIN_ADD_OPTS. +# options with JELLYFIN_ADDITIONAL_OPTS. # Under systemd, use # /etc/systemd/system/jellyfin.service.d/jellyfin.service.conf @@ -62,4 +62,4 @@ JELLYFIN_ADDITIONAL_OPTS="" # Application username JELLYFIN_USER="jellyfin" # Full application command -JELLYFIN_ARGS="$JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR" +JELLYFIN_ARGS="$JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR"