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

Remove dsa key from permissioning call

parent ccf7f925
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ mkdir -p $CLIENTCLEAN
echo "STARTING SERVERS..."
PERMCMD="../bin/permissioning -c permissioning.yaml -k dsa.json --noTLS"
PERMCMD="../bin/permissioning -c permissioning.yaml --noTLS"
$PERMCMD > $SERVERLOGS/permissioning.log 2>&1 &
PIDVAL=$!
echo "$PERMCMD -- $PIDVAL"
......
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