From e31bd5a27a58629a625e45a6101a53edb7b94f44 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 23 Jun 2021 22:00:35 +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 b35219119..35e5e11be 100644 --- a/inadyn/rootfs/run.sh +++ b/inadyn/rootfs/run.sh @@ -42,7 +42,7 @@ fi ################# # Create config # ################# -mustache-cli /data/options.json /templates/inadyn.mustache > /usr/local/etc/inadyn.conf +/usr/bin/mustache-cli /data/options.json /templates/inadyn.mustache > /usr/local/etc/inadyn.conf ############## # Launch App #