Skip to content

Commit

Permalink
fix start-navigator (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgraham-da committed Jul 9, 2021
1 parent 2b87e5d commit d74f1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ navigator_log := $(STATE_DIR)/navigator.log

$(navigator_pid): |$(STATE_DIR) $(dar_src)
@if [[ `lsof -i:6865 | grep -E 'localhost.*LISTEN'` ]]; \
then
then \
daml navigator server localhost 6865 --port 7500 > $(navigator_log) & echo "$$!" > $(navigator_pid); \
else
else \
echo "Sandbox must be running on port 6865 to start the navigator."; fi

.PHONY: start-navigator
Expand Down

0 comments on commit d74f1bd

Please sign in to comment.