From 2c8a89a0446d98574832ff9fba33df36d588cbb5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 23 Jun 2021 22:47:43 +0200 Subject: [PATCH] Update run.sh --- inadyn/rootfs/run.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/inadyn/rootfs/run.sh b/inadyn/rootfs/run.sh index b35219119..50d4da985 100644 --- a/inadyn/rootfs/run.sh +++ b/inadyn/rootfs/run.sh @@ -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