Update run.sh

This commit is contained in:
Alexandre
2021-06-23 22:47:43 +02:00
committed by GitHub
parent 9f0f6a30f4
commit 2c8a89a044

View File

@@ -39,12 +39,17 @@ if bashio::supervisor.ping; then
'-----------------------------------------------------------'
fi
while true
do
sleep 60
done
#################
# Create config #
#################
mustache-cli /data/options.json /templates/inadyn.mustache > /usr/local/etc/inadyn.conf
#mustache-cli /data/options.json /templates/inadyn.mustache > /usr/local/etc/inadyn.conf
##############
# Launch App #
##############
/usr/sbin/inadyn --foreground
#/usr/sbin/inadyn --foreground