Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sigeshuo committed Jul 1, 2024
1 parent 6f696cd commit 58d4927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hubble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 58d4927

Please sign in to comment.