Skip to content
Snippets Groups Projects
Commit f84fdac4 authored by Josh Brooks's avatar Josh Brooks
Browse files

Add skipVerification flag to UD command

parent 6fac2f4e
No related branches found
No related tags found
2 merge requests!68Master merge,!11Release
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment