Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-16 21:49:16 +01:00
committed by GitHub
parent 4d5bf92054
commit 3885894c7f

View File

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