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