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

Add disablePermissioning flag to gateway

parent 0b0a97b5
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ sleep 15 # Give servers some time to boot
for GWID in $(seq 5 -1 1)
do
IDX=$(($GWID - 1))
GATEWAYCMD="../bin/gateway -v -i $IDX --config gateway-$GWID.yaml"
GATEWAYCMD="../bin/gateway -v -i $IDX --disablePermissioning --config gateway-$GWID.yaml"
$GATEWAYCMD > $GATEWAYLOGS/gateway-$GWID.console 2>&1 &
PIDVAL=$!
echo "$GATEWAYCMD -- $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