From 690d93127adfe8f392994a3ca017b470b5f9131a Mon Sep 17 00:00:00 2001 From: joshemb <josh@elixxir.io> Date: Thu, 17 Nov 2022 10:57:26 -0800 Subject: [PATCH] Crush script updates --- basice2e/crust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basice2e/crust.sh b/basice2e/crust.sh index 13505ce..7385cab 100755 --- a/basice2e/crust.sh +++ b/basice2e/crust.sh @@ -40,7 +40,7 @@ CLIENTOPTS="--password hello --ndf results/ndf.json --verify-sends --sendDelay 1 CLIENTUDOPTS="--password hello --ndf results/ndf.json -v $DEBUGLEVEL" CLIENTALTUDOPTS="--alternateUd --altUdCert crustUd.crt --altUdContactFile crustUdContact.bin --altUdAddress 18.198.117.203:11420" -CLIENTID=310 +CLIENTID=320 ACCOUNTNAME=crustIntegrationTest$CLIENTID mkdir -p $SERVERLOGS -- GitLab