mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 00:31:51 +02:00
GitHub bot: sanitize (spaces + LF endings) & chmod
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
# ' - _.' ``'--.
|
# ' - _.' ``'--.
|
||||||
# d '---` .-'""`
|
# 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) #
|
# 0 ▸ Build the ente‑web static front‑end (multi‑stage) #
|
||||||
|
|||||||
@@ -232,7 +232,7 @@ start_web() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
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;' &
|
nginx -c "$WEB_NGINX_CONF" -g 'daemon off;' &
|
||||||
WEB_PID=$!
|
WEB_PID=$!
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user