Files
hassio-addons/inadyn/rootfs/scripts/99-run.sh
2022-01-11 15:00:37 +01:00

15 lines
282 B
Bash

#!/usr/bin/env bashio
#################
# 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