diff --git a/include/profiles b/include/profiles index 3d52bfa0..fea8d412 100644 --- a/include/profiles +++ b/include/profiles @@ -147,6 +147,16 @@ if [ "${VALUE}" = "full" ]; then SCAN_TEST_LIGHT="YES"; SCAN_TEST_MEDIUM="YES"; SCAN_TEST_HEAVY="YES"; fi ;; + # Options during upload of data + upload_options) + UPLOAD_OPTIONS="${VALUE}" + ;; + + # Receiving system (IP address or hostname) + upload_server) + UPLOAD_SERVER="${VALUE}" + ;; + # Catch all bad options and bail out *) logtext "Unknown option ${OPTION} (with value: ${VALUE})"