Use bashio

This commit is contained in:
Alexandre
2025-07-08 09:04:10 +02:00
committed by GitHub
parent 88a372dfbf
commit 6e6a6854a1

View File

@@ -60,7 +60,7 @@ fi
chmod -R 777 /data
mkdir -p "$DATA_DIR"
cd "$DATA_DIR" || true
chown -R "$PUID:$PGID" .
chown -R "$(bashio::config "PUID"):$(bashio::config "PGID")" .
echo "Permissions adapted"
bashio::log.info "Starting nginx"