mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
12 lines
376 B
Text
12 lines
376 B
Text
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: The Lounge
|
|
# Runs the Nginx daemon
|
|
# ==============================================================================
|
|
|
|
# Wait for thelounge to become available
|
|
bashio::net.wait_for 15100
|
|
|
|
bashio::log.info "Starting NGinx..."
|
|
|
|
exec nginx
|