diff --git a/share/lib/api_call.sh b/share/lib/api_call.sh index 7c5d0ba..1a4ed82 100644 --- a/share/lib/api_call.sh +++ b/share/lib/api_call.sh @@ -2,7 +2,7 @@ API_URL="https://127.0.0.1/rudder" TECHNIQUES_DIRECTORY="${CONFIGURATION_DIRECTORY}/technique" -DOWNLOAD_COMMAND="${RUDDER_CURL} --silent --show-error --insecure --location --proxy '' --globoff" +DOWNLOAD_COMMAND="curl --silent --show-error --insecure --location --proxy '' --globoff" HEADER_OPT="--header" # This functions tests if the API call returns "OK"