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
Executable file
10 lines
380 B
Text
Executable file
#!/command/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
|