mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
# ==============================================================================
|
|
|
|
# Wait for transmission to become available
|
|
bashio::net.wait_for 8080 localhost 900
|
|
|
|
bashio::log.info "Default username:password is guacadmin:guacadmin"
|
|
bashio::log.info "Starting NGinx..."
|
|
|
|
exec nginx
|