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