Created
June 7, 2018 15:49
-
-
Save disassembler/065eb19d4188b416f98c8579d9544928 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 i/scripts/launch/demo.sh w/scripts/launch/demo.sh | |
| index 99bac612f..145e812e7 100755 | |
| --- i/scripts/launch/demo.sh | |
| +++ w/scripts/launch/demo.sh | |
| @@ -179,7 +179,7 @@ while [[ $i -lt $panesCnt ]]; do | |
| ensure_run $run_dir | |
| # shellcheck disable=SC2154 | |
| - full_node_args="$node_args $reb $no_ntp $keys_args $rts_opts" | |
| + full_node_args="$node_args $reb $no_ntp $keys_args $rts_opts --no-client-auth" | |
| 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