Skip to content

Commit

Permalink
Fix healthcheck mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Sep 25, 2018
1 parent 8f5f305 commit a084cfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

(set -o pipefail ; curl -k -f http://localhost:443/midpoint/actuator/health | tr -d '[:space:]' | grep -q "\"status\":\"UP\"") || exit 1
(set -o pipefail ; curl -k -f https://localhost:443/midpoint/actuator/health | tr -d '[:space:]' | grep -q "\"status\":\"UP\"") || exit 1

0 comments on commit a084cfc

Please sign in to comment.