mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
9 lines
309 B
Plaintext
9 lines
309 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: awtrix
|
|
# Runs the Nginx daemon
|
|
# ==============================================================================
|
|
|
|
bashio::log.info "Starting NGinx..."
|
|
exec nginx
|