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:
parent
5c09bcf0f2
commit
8068002c0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue