1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

change http test to IPv4 localhost because docker

This commit is contained in:
checktheroads 2020-02-23 10:34:30 -07:00
parent 5c09bcf0f2
commit 8068002c0b

View file

@ -28,7 +28,7 @@ fi
echo "[SUCCESS] Started hyperglass."
echo "[INFO] Running HTTP test..."
STATUS=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:8001)
STATUS=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:8001)
echo "[INFO] Status code: $STATUS"