From 9850070b53748d2e8dfdecc76a9eabed78ddf4b2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 23 Jun 2021 21:40:33 +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 26f2d8692..ab45eb5de 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/etc/inadyn.conf +mustache-cli /data/options.json /templates/inadyn.mustache > /usr/local/etc/inadyn.conf ############## # Launch App #