mirror of https://github.com/CISOfy/lynis.git
Show message on screen when data was uploaded
This commit is contained in:
parent
af13d322b9
commit
8a35eed518
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue