From 7c535cb929172ea832aef630a8983e5e6173855d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Nov 2021 18:21:57 +0100 Subject: [PATCH] Update 99-run.sh --- enedisgateway2mqtt_test/rootfs/scripts/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enedisgateway2mqtt_test/rootfs/scripts/99-run.sh b/enedisgateway2mqtt_test/rootfs/scripts/99-run.sh index fd744198c..0d8a6980b 100644 --- a/enedisgateway2mqtt_test/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt_test/rootfs/scripts/99-run.sh @@ -18,7 +18,7 @@ else fi # Check if yaml is valid -yamllint -d relaxed --no-warnings $CONFIGSOURCE &>ERROR +yamllint -d relaxed --no-warnings $CONFIGSOURCE &>ERROR || true if [ $? = 0 ]; then echo "Config file is a valid yaml" else