From 69da25f48ff9fe7106eb8a6a315918b920cd3c96 Mon Sep 17 00:00:00 2001 From: joshemb <josh@elixxir.io> Date: Tue, 22 Nov 2022 10:18:28 -0800 Subject: [PATCH] Checkpoint clientID --- basice2e/crust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basice2e/crust.sh b/basice2e/crust.sh index 7385cab..afe6d53 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=320 +CLIENTID=323 ACCOUNTNAME=crustIntegrationTest$CLIENTID mkdir -p $SERVERLOGS -- GitLab