From e519fc5f247c4494c0d766e08f33016b4005e1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Mon, 20 Apr 2020 21:20:27 +0200 Subject: [PATCH] add debug Former-commit-id: ec8f2009af8cc33421f57faec4e500f41b47a409 --- src/static/client.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/static/client.sh b/src/static/client.sh index 0e07934..7f104d9 100644 --- a/src/static/client.sh +++ b/src/static/client.sh @@ -13,6 +13,8 @@ while true; do retval=$? set -e if [ $retval -ne 0 ]; then + echo "Error: $retval" + echo "" echo "Is the Job Server Down?" continue fi