From 1834f6623ed64185204881c8552f28099f693059 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:51:22 +0200 Subject: [PATCH] Update run.sh --- inadyn/rootfs/run.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 #