diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-07-23 18:00:41 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-07-27 18:53:09 -0400 |
| commit | 4ce16489a480111049960af9d7b1f98bb1f8e2ed (patch) | |
| tree | 11f12948c6c321c1df186ab11dcf3da8c21e484f /debian | |
| parent | 809651ceafb2874dca7fced6d357ed140b068810 (diff) | |
Merge pull request #3675 from ferferga/fix-typo
Fix typo in debian config file
(cherry picked from commit 1a9adf283af2f3308a4414b250f3d379f181c549)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/conf/jellyfin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/conf/jellyfin b/debian/conf/jellyfin index 64c98520c..7cbfa88ee 100644 --- a/debian/conf/jellyfin +++ b/debian/conf/jellyfin @@ -31,7 +31,7 @@ JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg" #JELLYFIN_SERVICE_OPT="--service" # [OPTIONAL] run Jellyfin without the web app -#JELLYFIN_NOWEBAPP_OPT="--noautorunwebapp" +#JELLYFIN_NOWEBAPP_OPT="--nowebclient" # # SysV init/Upstart options @@ -40,4 +40,4 @@ JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg" # Application username JELLYFIN_USER="jellyfin" # Full application command -JELLYFIN_ARGS="$JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLFIN_NOWEBAPP_OPT" +JELLYFIN_ARGS="$JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT" |
