Skip to content

Commit

Permalink
fix: update make dev user ui ping url
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hopper-Lowe <[email protected]>
  • Loading branch information
ryanhopperlowe committed Dec 13, 2024
1 parent 080af7b commit 0496611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ user_ui_pid=$!

(
for _ in {1..60}; do # ~1 minute timeout
if curl -s --head http://localhost:8080/ | head -n 1 | grep "200 OK" > /dev/null; then
if curl -s -H 'User-Agent: Mozilla/5.0' --head http://localhost:8080/unknown | head -n 1 | grep "200 OK" > /dev/null; then
print_section_header 217 "User UI ready!"
exit
fi
Expand Down

0 comments on commit 0496611

Please sign in to comment.