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

20 lines
320 B
Bash
Executable File

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
###############
# 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