Skip to content
Snippets Groups Projects
Commit a3a17941 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

add noTLS to udb

parent c3a53296
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ runclients() {
}
# Start a user discovery bot server
UDBCMD="../bin/udb -v --config udb.yaml"
UDBCMD="../bin/udb -v --config udb.yaml --noTLS"
$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