From c86e24fced57e0e11916e318fc015f70d18ba84f Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 8 Aug 2019 12:10:30 +0200 Subject: [PATCH] Added missing $ --- include/data_upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/data_upload b/include/data_upload index 7698d13a..8eba1ed2 100644 --- a/include/data_upload +++ b/include/data_upload @@ -231,7 +231,7 @@ 7) echo "${YELLOW}Error (7): ${NORMAL}Could not connect to central server or proxy server." ;; 59) echo "${YELLOW}Error (59): ${NORMAL}Could not connect because of used SSL cipher." ;; 83) echo "${YELLOW}Error (83): ${NORMAL}Could not check used certificate of server." ;; - *) echo "Related exit code: ${YELLOW}{EXITCODE}${NORMAL}. See man page of cURL for the meaning of this code." ;; + *) echo "Related exit code: ${YELLOW}${EXITCODE}${NORMAL}. See man page of cURL for the meaning of this code." ;; esac if [ ! "${UPLOAD}" = "" ]; then echo ""; echo "Debug:"; echo ${UPLOAD}; fi echo ""