mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-18 12:00:31 +02:00
Update run
This commit is contained in:
@@ -2,4 +2,13 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
# Wait for ingress configuration to be generated
|
||||||
|
while [ ! -f /etc/nginx/servers/ingress.conf ]; do
|
||||||
|
bashio::log.info "Waiting for /etc/nginx/servers/ingress.conf..."
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
|
|
||||||
|
# Wait to be sure the script fully executed
|
||||||
|
sleep 5
|
||||||
|
|
||||||
nginx
|
nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user