Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-17 12:14:44 +01:00
committed by GitHub
parent 5224440a98
commit d6df71549f

View File

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