From 1d44b415b4c22c7a4f27f7697d948b66da2f28da Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 24 Jun 2021 08:46:43 +0200 Subject: [PATCH] Update run.sh --- inadyn/rootfs/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inadyn/rootfs/run.sh b/inadyn/rootfs/run.sh index 50d4da985..420b12e5d 100644 --- a/inadyn/rootfs/run.sh +++ b/inadyn/rootfs/run.sh @@ -47,9 +47,9 @@ while true ################# # Create config # ################# -#mustache-cli /data/options.json /templates/inadyn.mustache > /usr/local/etc/inadyn.conf +mustache-cli /data/options.json /templates/inadyn.mustache > /usr/local/etc/inadyn.conf ############## # Launch App # ############## -#/usr/sbin/inadyn --foreground +/usr/sbin/inadyn --foreground