From bd208f53f504deb7050bdb71c6575e7a3bc84a91 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 24 Jun 2021 14:29:44 +0200 Subject: [PATCH] Update run.sh --- inadyn/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inadyn/rootfs/run.sh b/inadyn/rootfs/run.sh index 3b15950d6..5e61f20ca 100644 --- a/inadyn/rootfs/run.sh +++ b/inadyn/rootfs/run.sh @@ -48,7 +48,7 @@ done # Create config # ################# -mustache-cli -C /data/options.json /templates/inadyn.mustache > /etc/inadyn.conf +mustache-cli /data/options.json /templates/inadyn.mustache > /etc/inadyn.conf ############## # Launch App #