Skip to content

Commit

Permalink
acutally pass the custom graph name...
Browse files Browse the repository at this point in the history
  • Loading branch information
vespos committed Dec 10, 2024
1 parent f4ae758 commit aa3f3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/startami2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ start_new_client(){

GRAPH_NAME="graph_$(tr -dc A-Za-z0-9 </dev/urandom | head -c 4;)"
echo "Command: $(which ami-client) -H $AMI2_MGR_HOST -g $GRAPH_NAME"
ami-client -H "$AMI2_MGR_HOST"
ami-client -H "$AMI2_MGR_HOST" -g "$GRAPH_NAME"

else
echo "Manager not in running state. Can't start a client."
Expand Down

0 comments on commit aa3f3da

Please sign in to comment.