Created
June 8, 2018 12:56
-
-
Save disassembler/9e74729b1f2b17c8efae2fe3a9fa2386 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git c/scripts/launch/demo.sh i/scripts/launch/demo.sh | |
| index a3f26a895..2d86f6008 100755 | |
| --- c/scripts/launch/demo.sh | |
| +++ i/scripts/launch/demo.sh | |
| @@ -180,6 +180,9 @@ while [[ $i -lt $panesCnt ]]; do | |
| # shellcheck disable=SC2154 | |
| full_node_args="$node_args $reb $no_ntp $keys_args $rts_opts" | |
| + if [[ $WALLET_CLIENT_AUTH_DISABLE != "" ]]; then | |
| + full_node_args="$full_node_args --no-client-auth" | |
| + fi | |
| CONFIG_PATH="$run_dir/launcher-config-$i.yaml" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment