mirror of
https://github.com/esphome/esphome.git
synced 2024-10-31 08:25:53 +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
373 B
Plaintext
Executable File
10 lines
373 B
Plaintext
Executable File
#!/usr/bin/execlineb -S0
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: ESPHome
|
|
# Take down the S6 supervision tree when NGINX fails
|
|
# ==============================================================================
|
|
if -n { s6-test $# -ne 0 }
|
|
if -n { s6-test ${1} -eq 256 }
|
|
|
|
s6-svscanctl -t /var/run/s6/services
|