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:
authormboelen <michael@cisofy.com>2015-08-19 17:20:21 +0300
committermboelen <michael@cisofy.com>2015-08-19 17:20:21 +0300
commit7bd91675feae33fbc2131ac839798ead438ce2f9 (patch)
tree04717f6e16887b056f1476cc268f4fe573cd688c /include/data_upload
parent0c2a9daef9d4e9bc83faffe9e0b27fe5b4f1da36 (diff)
Improved debug logging
Diffstat (limited to 'include/data_upload')
-rw-r--r--include/data_upload4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/data_upload b/include/data_upload
index bff4ee83..d7bf1401 100644
--- a/include/data_upload
+++ b/include/data_upload
@@ -96,8 +96,8 @@ output "Settings file: ${SETTINGS_FILE}"
if [ ${EXITCODE} -eq 60 ]; then
echo "${RED}Self-signed certificate used on Lynis Enterprise node${NORMAL}"
echo "If you want to accept a self-signed certificate, use the -k option in the profile."
- echo "Example: ${WHITE}config:upload_options:-k:${NORMAL}"
- logtext "Result: found self-signed certificate, however not related -k upload option"
+ echo "Example: ${WHITE}config:upload_options:-k:${NORMAL}"
+ logtext "Result: found self-signed certificate, however cURL -k option not used."
else
output "${RED}Error: ${NORMAL}cURL exited with code ${EXITCODE}"
logtext "Result: cURL exited with code ${EXITCODE}"