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 ed1abcb commit 09318f9Copy full SHA for 09318f9
scripts/installation/test.sh
@@ -17,8 +17,7 @@ ONEX_PUMP_ADDR=${ONEX_ACCESS_HOST}:${ONEX_PUMP_HEALTH_CHECK_PORT}
17
ONEX_TOYBLC_ADDR=${ONEX_ACCESS_HOST}:${ONEX_TOYBLC_HTTP_PORT}
18
19
Header="-HContent-Type:application/json"
20
-CURLARGS="-f -s"
21
-#CURLARGS=""
+CURLARGS="-S"
22
CCURL="curl ${CURLARGS} -XPOST ${Header}" # Create
23
UCURL="curl ${CURLARGS} -XPUT ${Header}" # Update
24
RCURL="curl ${CURLARGS} -XGET" # Retrieve
0 commit comments