mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-27 08:49:32 +01:00
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Start NGINX service
|
|
# ==============================================================================
|
|
|
|
# Wait for deCONZ to start before continuing
|
|
bashio::net.wait_for 40850
|
|
|
|
bashio::log.info "Starting Nginx..."
|
|
exec nginx
|