Update jellyfin-install.sh - add directory creation and owner

This commit is contained in:
tschettervictor
2024-10-22 17:07:21 -06:00
committed by GitHub
parent 50d4a0ece2
commit f204fa176f

View File

@@ -11,6 +11,10 @@ fi
pkg install -y \
jellyfin
# Create Directories
mkdir -p /var/db/jellyfin
chown -R jellyfin:jellyfin /var/db/jellyfin
# Enable and Start Services
sysrc jellyfin_enable=YES
service jellyfin start