Merge branch 'master' into qconsf2017intro

This commit is contained in:
Jérôme Petazzoni
2017-11-10 22:58:13 -08:00

View File

@@ -7,9 +7,11 @@ once)
break
}
done
[ -n "$SLIDECHECKER" ] && for YAML in *.yml; do
./appendcheck.py $YAML.html
done
if [ -n "$SLIDECHECKER" ]; then
for YAML in *.yml; do
./appendcheck.py $YAML.html
done
fi
;;
forever)