Actually return the script's output

This commit is contained in:
Alexander van Gessel 2014-06-17 23:24:10 +02:00
parent 9ec95b9339
commit c997732df1

View file

@ -22,3 +22,4 @@ while [ $COUNTER -gt 0 -a $ERRORCODE -eq 1 ];do
done
rm -f xvfb-err
exit $ERRORCODE