Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-08-08 13:10:30 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-08-08 13:10:30 +0300
commitc86e24fced57e0e11916e318fc015f70d18ba84f (patch)
tree50d1fc42c07304feb7c4dfd630e429fa11327235 /include/data_upload
parentf76cf7065101ac7c16731dbe01d0dd064dd6f5ea (diff)
Added missing $
Diffstat (limited to 'include/data_upload')
-rw-r--r--include/data_upload2
1 files changed, 1 insertions, 1 deletions
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 ""