From ae8c3274074e0b144d594ad87e1b9eba75bb2ac4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:30:44 +0100 Subject: [PATCH] Update 99-run.sh --- inadyn/rootfs/scripts/99-run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inadyn/rootfs/scripts/99-run.sh b/inadyn/rootfs/scripts/99-run.sh index b47224a94..02897f5b8 100644 --- a/inadyn/rootfs/scripts/99-run.sh +++ b/inadyn/rootfs/scripts/99-run.sh @@ -5,6 +5,9 @@ ################# mustache-cli /data/options.json /templates/inadyn.mustache >/etc/inadyn.conf +# Check it +/usr/sbin/inadyn --check-config + ############## # Launch App # ##############