From 58d4927820e07b8872e4a0e5579e3496638da653 Mon Sep 17 00:00:00 2001 From: sigeshuo Date: Mon, 1 Jul 2024 15:55:45 +0800 Subject: [PATCH] fix --- scripts/hubble.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hubble.sh b/scripts/hubble.sh index 7ffdc25800..2826e9ce9c 100755 --- a/scripts/hubble.sh +++ b/scripts/hubble.sh @@ -342,7 +342,7 @@ setup_identity() { chmod 777 .hub .rocks if [[ ! -f "./.hub/default_id.protobuf" ]]; then - $COMPOSE_CMD run hubble yarn identity create + $COMPOSE_CMD run -T hubble yarn identity create echo "✅ Created Peer Identity" else echo "✅ Peer Identity exists"