Files
2025-07-23 08:58:09 +00:00

17 lines
314 B
Bash
Executable File

#!/usr/bin/env bashio
# shellcheck shell=bash
set -e
#################
# Create config #
#################
mustache-cli /data/options.json /templates/inadyn.mustache > /etc/inadyn.conf
# Check it
/usr/sbin/inadyn --check-config
##############
# Launch App #
##############
/usr/sbin/inadyn --foreground --force