Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-16 21:56:01 +01:00
committed by GitHub
parent 3885894c7f
commit 521809469b

View File

@@ -19,7 +19,7 @@ else
fi
# Check if yaml is valid
yamllint -d relaxed --no-warnings $CONFIGSOURCE || true
yamllint -s -d relaxed --no-warnings $CONFIGSOURCE || true
if [ $? = 0 ]; then
echo "Config file is a valid yaml"
else