mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
8 lines
264 B
Plaintext
8 lines
264 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Start NGINX service
|
|
# ==============================================================================
|
|
|
|
bashio::log.info "Starting Nginx..."
|
|
exec nginx
|