mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
3d9301a0f7
* Rename * Update * Add migration * Fix * Fix dashboard * Change test * Fixes * Code cleanup * Fix import order * Update * Automate docker builds * Shellcheck
10 lines
380 B
Text
Executable file
10 lines
380 B
Text
Executable file
#!/usr/bin/with-contenv bash
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: ESPHome
|
|
# Runs the NGINX proxy
|
|
# ==============================================================================
|
|
# shellcheck disable=SC1091
|
|
source /usr/lib/hassio-addons/base.sh
|
|
|
|
hass.log.info "Starting NGINX..."
|
|
exec nginx -g "daemon off;"
|