We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc12c5 commit 742e4e4Copy full SHA for 742e4e4
grabbit.sh
@@ -30,7 +30,7 @@ function newGrabbitRequest() {
30
echo $SET_YELLOW
31
echo "Processing....."
32
echo $SET_NO_COLOR
33
- curl -s -f -X PUT --data-binary "@$configpath" -u $username:$password -D /tmp/grabbit_headers $client$GRABBIT_JOB > /tmp/grabbit
+ curl -s -f -X PUT --header "Content-Type: text/plain" --data-binary "@$configpath" -u $username:$password -D /tmp/grabbit_headers $client$GRABBIT_JOB > /tmp/grabbit
34
RSP_CODE=$?
35
if [ $RSP_CODE -ne 0 ]; then
36
clear
0 commit comments