From 8a35eed518e1ca3add77584c5cf18e3e4156b87c Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 12 Apr 2016 21:58:19 +0200 Subject: [PATCH] Show message on screen when data was uploaded --- include/data_upload | 2 ++ 1 file changed, 2 insertions(+) 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."