mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
GitHub bot: sanitize (spaces + LF endings) & chmod
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# ' - _.' ``'--.
|
||||
# d '---` .-'""`
|
||||
# /`
|
||||
#=== Home Assistant Add‑on – ENTE (server + web UI) ===#
|
||||
#=== Home Assistant Add‑on – ENTE (server + web UI) ===#
|
||||
|
||||
########################################################
|
||||
# 0 ▸ Build the ente‑web static front‑end (multi‑stage) #
|
||||
|
||||
@@ -232,7 +232,7 @@ start_web() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
bashio::log.info "Starting Ente web (nginx, ports 3000‑3004)..."
|
||||
bashio::log.info "Starting Ente web (nginx, ports 3000‑3004)..."
|
||||
nginx -c "$WEB_NGINX_CONF" -g 'daemon off;' &
|
||||
WEB_PID=$!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user