Update ownership and permissions for env.sh

This commit is contained in:
Alexandre
2025-09-19 21:57:17 +02:00
committed by GitHub
parent 6c29a1ff0f
commit 1aaa1174c1

View File

@@ -48,6 +48,9 @@ while IFS= read -r line; do
echo "export $line" >> /data/env.sh
done < /.env
chown wger /data/env.sh
chmod +x /data/env.sh
bashio::log.info "Starting nginx"
nginx || true &
true