Legacy mode

This commit is contained in:
Alexandre
2025-02-27 10:19:46 +01:00
committed by GitHub
parent 4b0e38ed1c
commit c8b591e0e4

View File

@@ -86,3 +86,10 @@ if [ ! -d /jellyfin/root ]; then
chown -R "$PUID:$PGID" "$LOCATION"/root
ln -s "$LOCATION"/root /jellyfin/root
fi
# Legacy mode
echo "Enable legacy mode"
mkdir -p /config/addons_config
ln -sf "$LOCATION" /config/addons_config/jellyfin
chown -R "$PUID:$PGID" "$LOCATION"