generated from coulomb/repo-seed
Provide access to all scope files
This commit is contained in:
2
Makefile
2
Makefile
@@ -22,7 +22,7 @@ start: ## Start the API server in the background on port 8002
|
||||
for i in $$(seq 1 50); do \
|
||||
if [ -f $(PIDFILE) ]; then PID=$$(cat $(PIDFILE)); fi; \
|
||||
if [ -n "$$PID" ] && ! kill -0 $$PID 2>/dev/null; then break; fi; \
|
||||
if curl -fsS $(HEALTH_URL) >/dev/null 2>&1; then \
|
||||
if [ -n "$$PID" ] && curl -fsS $(HEALTH_URL) >/dev/null 2>&1; then \
|
||||
echo "Started (PID $$PID) — http://127.0.0.1:$(PORT)/ui"; \
|
||||
exit 0; \
|
||||
fi; \
|
||||
|
||||
Reference in New Issue
Block a user