Update jellyfin_setup.sh

This commit is contained in:
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

View File

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