mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-25 05:56:28 +01:00
Legacy mode
This commit is contained in:
@@ -86,3 +86,10 @@ if [ ! -d /jellyfin/root ]; then
|
|||||||
chown -R "$PUID:$PGID" "$LOCATION"/root
|
chown -R "$PUID:$PGID" "$LOCATION"/root
|
||||||
ln -s "$LOCATION"/root /jellyfin/root
|
ln -s "$LOCATION"/root /jellyfin/root
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Legacy mode
|
||||||
|
echo "Enable legacy mode"
|
||||||
|
mkdir -p /config/addons_config
|
||||||
|
ln -sf "$LOCATION" /config/addons_config/jellyfin
|
||||||
|
chown -R "$PUID:$PGID" "$LOCATION"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user