From f84fdac45d74d1b7bc679150e1a75c476b3a7f5e Mon Sep 17 00:00:00 2001 From: josh <josh@elixxir.io> Date: Tue, 5 Jul 2022 15:27:51 -0700 Subject: [PATCH] Add skipVerification flag to UD command --- basice2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basice2e/run.sh b/basice2e/run.sh index 3fd01ff..81638d1 100755 --- a/basice2e/run.sh +++ b/basice2e/run.sh @@ -150,7 +150,7 @@ then # Start a user discovery bot server echo "STARTING UDB..." - UDBCMD="../bin/udb --logLevel $DEBUGLEVEL --protoUserPath udbProto.json --config udb.yaml -l 1" + UDBCMD="../bin/udb --logLevel $DEBUGLEVEL --skipVerification --protoUserPath udbProto.json --config udb.yaml -l 1" $UDBCMD >> $UDBOUT 2>&1 & PIDVAL=$! echo $PIDVAL >> results/serverpids -- GitLab