mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
Update ownership and permissions for env.sh
This commit is contained in:
@@ -48,6 +48,9 @@ while IFS= read -r line; do
|
|||||||
echo "export $line" >> /data/env.sh
|
echo "export $line" >> /data/env.sh
|
||||||
done < /.env
|
done < /.env
|
||||||
|
|
||||||
|
chown wger /data/env.sh
|
||||||
|
chmod +x /data/env.sh
|
||||||
|
|
||||||
bashio::log.info "Starting nginx"
|
bashio::log.info "Starting nginx"
|
||||||
nginx || true &
|
nginx || true &
|
||||||
true
|
true
|
||||||
|
|||||||
Reference in New Issue
Block a user