mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-29 14:23:09 +01: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
|