Files
hassio-addons/autobrr/rootfs/etc/cont-init.d/91-run.sh
2023-03-20 15:55:10 +01:00

19 lines
313 B
Bash
Executable File

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
###############
# Start nginx #
###############
# Set UrlBase
bashio::log.info "Starting NGinx..."
nginx & true
#############
# Start app #
#############
bashio::log.info "Starting app"
exec /usr/local/bin/autobrr --config /config/addons_config/autobrr