mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
10 lines
380 B
Text
10 lines
380 B
Text
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Home Panel
|
|
# Runs the Nginx daemon
|
|
# ==============================================================================
|
|
# Wait for Home Panel to become available
|
|
bashio::net.wait_for 8234
|
|
|
|
bashio::log.info "Starting NGinx..."
|
|
exec nginx
|