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.
2 parents 436f82c + d6e85d2 commit 6c32d5cCopy full SHA for 6c32d5c
installer/scripts/test-url.sh
@@ -19,6 +19,7 @@ declare -r STATUS_CODE="${STATUS_CODE:-200}"
19
# Tests if the URL is online and returns the expected HTTP status code.
20
probe_url() {
21
local response_code
22
+ local curl_exit
23
24
echo "# INFO: Probing URL '${URL}' for the status code '${STATUS_CODE}'... "
25
0 commit comments