Show message on screen when data was uploaded

This commit is contained in:
mboelen 2016-04-12 21:58:19 +02:00
parent af13d322b9
commit 8a35eed518
1 changed files with 2 additions and 0 deletions

View File

@ -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."