Skip to content

Commit

Permalink
Update uploadHeatmaps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalsamo authored Nov 25, 2019
1 parent 40b34ca commit 5c7076d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploadHeatmaps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ echo
echo

# Verify that PathDB Server is reachable using current username/password combo
ret_code="$(curl -Is http://${qhost}/ | head -1 | awk '{ print $2 }')"
ret_code="$(curl -Is http://${qhost}/user | head -1 | awk '{ print $2 }')"
if [ ! $ret_code -lt 400 ]
then
echo "Error: PathDB Server is unreachable."
Expand Down

0 comments on commit 5c7076d

Please sign in to comment.