Update run.sh

This commit is contained in:
Alexandre
2021-06-24 11:51:22 +02:00
committed by GitHub
parent 7480b6f8d3
commit 1834f6623e

View File

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