Fix permissions

This commit is contained in:
Alexandre
2025-02-24 07:35:41 +01:00
committed by GitHub
parent 1efd5c7164
commit 60154b21cf

View File

@@ -17,6 +17,7 @@ fi
if [ -d /homeassistant/addons_config/jellyfin_migrated ]; then
mkdir -p /config/addons_config
ln -sf "$LOCATION" /config/addons_config/jellyfin
chown -R "$PUID:$PGID" "$LOCATION"
fi
# Migration to new /config logic