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:
@@ -28,7 +28,7 @@ fi
|
|||||||
echo "[SUCCESS] Started hyperglass."
|
echo "[SUCCESS] Started hyperglass."
|
||||||
echo "[INFO] Running HTTP test..."
|
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"
|
echo "[INFO] Status code: $STATUS"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user