Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save disassembler/065eb19d4188b416f98c8579d9544928 to your computer and use it in GitHub Desktop.

Select an option

Save disassembler/065eb19d4188b416f98c8579d9544928 to your computer and use it in GitHub Desktop.
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