diff --git a/inadyn/rootfs/run.sh b/inadyn/rootfs/run.sh index e151df2cf..5e61f20ca 100644 --- a/inadyn/rootfs/run.sh +++ b/inadyn/rootfs/run.sh @@ -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 #