Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-16 18:21:57 +01:00
committed by GitHub
parent 544b071cf8
commit 7c535cb929

View File

@@ -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