Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Feb 20, 2024
1 parent e7cb1c7 commit 9442679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genenotebook/launch_gnb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ while ! grep -q "GeneNoteBook server started, serving" ./gnb.log; do
done;

# Make sure that gnb is working, and that it's serving on the expected port
curl http://127.0.0.1/healthcheck > /dev/null
curl "http://127.0.0.1:${GNB_PORT}/healthcheck" > /dev/null
grep -q "Healthcheck OK" ./gnb.log

echo "GNB is ready"

0 comments on commit 9442679

Please sign in to comment.