mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01: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
|
||||
done < /.env
|
||||
|
||||
chown wger /data/env.sh
|
||||
chmod +x /data/env.sh
|
||||
|
||||
bashio::log.info "Starting nginx"
|
||||
nginx || true &
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user