Skip to content

Commit 6c32d5c

Browse files
Merge pull request #830 from dperaza4dustbit/fix_tpa_pre_install
Fix TPA pre-install failure checking for real
2 parents 436f82c + d6e85d2 commit 6c32d5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installer/scripts/test-url.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ declare -r STATUS_CODE="${STATUS_CODE:-200}"
1919
# Tests if the URL is online and returns the expected HTTP status code.
2020
probe_url() {
2121
local response_code
22+
local curl_exit
2223

2324
echo "# INFO: Probing URL '${URL}' for the status code '${STATUS_CODE}'... "
2425

0 commit comments

Comments
 (0)