From 138d1fdcd53bf159e8fe71f1c66d0ad48f370957 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 7 Jun 2016 17:00:51 +0200 Subject: [PATCH] Add comment for upcoming option to choose between upload tools --- include/data_upload | 1 + 1 file changed, 1 insertion(+) 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() {