From 7480b6f8d3e5c5379c258cfd93bf1957563e2415 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:48:18 +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 16f67766d..e151df2cf 100644 --- a/inadyn/rootfs/run.sh +++ b/inadyn/rootfs/run.sh @@ -43,7 +43,7 @@ fi # Create config # ################# -mustache-cli /data/options.json /templates/inadyn.mustache > /etc/inadyn.conf +mustache-cli -h /data/options.json /templates/inadyn.mustache > /etc/inadyn.conf ############## # Launch App #