Update jellyfin_setup.sh

pull/33/head
tteckster 2022-02-08 21:18:32 -05:00 committed by GitHub
parent b75ebbd0b3
commit 94902d1ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -80,10 +80,10 @@ JELLYFINDIR="/opt/jellyfin"
FFMPEGDIR="/usr/share/jellyfin-ffmpeg"
$JELLYFINDIR/jellyfin/jellyfin
-d $JELLYFINDIR/data \
-C $JELLYFINDIR/cache \
-c $JELLYFINDIR/config \
-l $JELLYFINDIR/log \
-d $JELLYFINDIR/data
-C $JELLYFINDIR/cache
-c $JELLYFINDIR/config
-l $JELLYFINDIR/log
--ffmpeg $FFMPEGDIR/ffmpeg" > $file_path
sudo chmod +x /opt/jellyfin/jellyfin.sh