mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-18 21:03:17 +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
|