Skip to content

Commit d6e85d2

Browse files
Fix TPA pre-install failure checking for real
Signed-off-by: David Perza <[email protected]>
1 parent cf6276b commit d6e85d2

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)