mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 01:19:56 +01:00
Update jellyfin-install.sh - add directory creation and owner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user