From a5cbc127344d104c61323bf80ca8d5ca4aea4012 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 6 Feb 2018 10:44:30 +0100 Subject: [PATCH] Include location when uploading data --- include/data_upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."