Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 01c2052

Browse files
committed
[DEVOPS-879] add disable client auth flag to demo.sh
1 parent 491a3b2 commit 01c2052

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/launch/demo.sh

+4
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ while [[ $i -lt $panesCnt ]]; do
180180

181181
# shellcheck disable=SC2154
182182
full_node_args="$node_args $reb $no_ntp $keys_args $rts_opts"
183+
if [[ $WALLET_CLIENT_AUTH_DISABLE != "" ]]; then
184+
# shellcheck disable=SC2154
185+
full_node_args="$full_node_args --no-client-auth"
186+
fi
183187

184188
CONFIG_PATH="$run_dir/launcher-config-$i.yaml"
185189

0 commit comments

Comments
 (0)