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 fi
# Check if yaml is valid # Check if yaml is valid
yamllint -d relaxed --no-warnings $CONFIGSOURCE &>ERROR yamllint -d relaxed --no-warnings $CONFIGSOURCE &>ERROR || true
if [ $? = 0 ]; then if [ $? = 0 ]; then
echo "Config file is a valid yaml" echo "Config file is a valid yaml"
else else