1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +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"