Update 90-create_links.sh

This commit is contained in:
Alexandre
2025-07-31 15:41:53 +02:00
committed by GitHub
parent e632e93f47
commit 92a01c790e

View File

@@ -22,6 +22,7 @@ fi
# Adapt permissions if needed
if ! bashio::config.true "skip_permissions_check" && [ "${PUID:-0}" != "0" ] && [ "${PGID:-0}" != "0" ]; then
bashio::log.info "Updating permissions"
chown -R "$PUID:$PGID" /share/plex
chmod -R 777 /share/plex
fi