mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-06-12 00:01:20 +02:00
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
|
|
# Wait for transmission to become available
|
|
bashio::net.wait_for 8080 localhost 900
|
|
|
|
bashio::log.info "Starting NGinx..."
|
|
|
|
exec nginx
|