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>2016-04-12 22:58:19 +0300
committermboelen <michael@cisofy.com>2016-04-12 22:58:19 +0300
commit8a35eed518e1ca3add77584c5cf18e3e4156b87c (patch)
tree3877aed7214417a3f41fd06d69e584bcd74d1250 /include/data_upload
parentaf13d322b9d149afc57b9f27740b13248c878d4d (diff)
Show message on screen when data was uploaded
Diffstat (limited to 'include/data_upload')
-rw-r--r--include/data_upload2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/data_upload b/include/data_upload
index f8074831..aa21deb6 100644
--- a/include/data_upload
+++ b/include/data_upload
@@ -194,6 +194,8 @@ output "Settings file: ${SETTINGS_FILE}"
echo ""
# Quit
ExitClean
+ else
+ Display --indent 2 --text "Data upload status" --status OK --color GREEN
fi
else
echo "${RED}Error${NORMAL}: No hostid found in report file. Can not upload report file."