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>2018-02-06 12:44:30 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-02-06 12:44:30 +0300
commita5cbc127344d104c61323bf80ca8d5ca4aea4012 (patch)
tree73fdca6f725318045319740bb1ab1f30a8bab7dd /include/data_upload
parent768446e48c0a4ed876253ec993f25ae01612410b (diff)
Include location when uploading data
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 939a206a..b1671bd5 100644
--- a/include/data_upload
+++ b/include/data_upload
@@ -238,7 +238,7 @@
# Quit
ExitClean
else
- Display --indent 2 --text "Data upload status" --result OK --color GREEN
+ Display --indent 2 --text "Data upload status (${UPLOAD_SERVER})" --result OK --color GREEN
fi
else
echo "${RED}Error${NORMAL}: No hostid and/or hostid2 found. Can not upload report file."