mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 15:15:58 +02:00
Update 99-run.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user