mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-22 13:24:23 +01:00
* deconz: Refactor * Disable shellcheck warning * Fix wiringpi * Bump version 6.0.0 * fix osram ota * Revert file & update changelog * Small bugfixes * Exclude Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
#!/usr/bin/env bashio
|
|
# ==============================================================================
|
|
# Start NGINX service
|
|
# ==============================================================================
|
|
|
|
# Wait for deCONZ to start before continuing
|
|
bashio::net.wait_for 40850
|
|
|
|
bashio::log.info "Starting Nginx..."
|
|
exec nginx
|