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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-06-07 18:00:51 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-06-07 18:00:51 +0300
commit138d1fdcd53bf159e8fe71f1c66d0ad48f370957 (patch)
tree5105ebb0282691afdcc64a1ceec7269f032e3902 /include/data_upload
parent6b05d5985556f47433da5be7cbb3625878f6df70 (diff)
Add comment for upcoming option to choose between upload tools
Diffstat (limited to 'include/data_upload')
-rw-r--r--include/data_upload1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/data_upload b/include/data_upload
index f21d01be..01262a98 100644
--- a/include/data_upload
+++ b/include/data_upload
@@ -43,6 +43,7 @@
fi
SETTINGS_FILE="${PROFILE}"
+ #if [ "${UPLOAD_TOOL}" = "" ]; then UPLOAD_TOOL="${CURLBINARY}"; fi
# Only output text to stdout if DEBUG mode is not used
Output() {