add debug

Former-commit-id: ec8f2009af8cc33421f57faec4e500f41b47a409
This commit is contained in:
Daniel Løvbrøtte Olsen 2020-04-20 21:20:27 +02:00
parent 56f137a43a
commit e519fc5f24

View File

@ -13,6 +13,8 @@ while true; do
retval=$? retval=$?
set -e set -e
if [ $retval -ne 0 ]; then if [ $retval -ne 0 ]; then
echo "Error: $retval"
echo ""
echo "Is the Job Server Down?" echo "Is the Job Server Down?"
continue continue
fi fi