From 122656fbef5ba96c9160d82520893bf0751a211a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:03:41 +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 41d388fb1..55da91f8c 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 > /usr/local/etc/inadyn.conf +mustache /data/options.json /templates/inadyn.mustache > /etc/inadyn.conf ############## # Launch App #