mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
9 lines
203 B
Bash
Executable File
9 lines
203 B
Bash
Executable File
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
|
|
bashio::log.info "Starting nginx"
|
|
nginx & true
|
|
|
|
bashio::log.info "Starting app"
|
|
exec /usr/local/bin/autobrr --config /config/addons_config/autobrr
|