Skip to content

Commit

Permalink
Ensure that CCF sandbox isn't recreated
Browse files Browse the repository at this point in the history
  • Loading branch information
DomAyre committed Nov 21, 2024
1 parent 35bda45 commit b38406e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ start-host: stop-host ## 🏃 Start the CCF network using Sandbox.sh
start-host-idp: stop-host stop-idp start-idp start-host ## 🏃 Start the CCF network && idp using Sandbox.sh
@echo -e "\e[34m$@\e[0m" || true
@echo "Executing: $(COMMAND)"
source ./scripts/ccf/sandbox-local/up.sh > /dev/null 2>&1 && \
MEMBER_COUNT=${MEMBER_COUNT} source ./scripts/ccf/sandbox-local/up.sh > /dev/null 2>&1 && \
source ./scripts/jwt-issuer/trust.sh

demo: stop-all start-host-idp ## 🎬 Demo the KMS Application in the Sandbox
Expand Down

0 comments on commit b38406e

Please sign in to comment.