Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save disassembler/2439084fae38e7a346dd74f318eb2e42 to your computer and use it in GitHub Desktop.

Select an option

Save disassembler/2439084fae38e7a346dd74f318eb2e42 to your computer and use it in GitHub Desktop.
diff --git i/scripts/launch/demo.sh w/scripts/launch/demo.sh
index a3f26a895..6d9367827 100755
--- i/scripts/launch/demo.sh
+++ w/scripts/launch/demo.sh
@@ -168,6 +168,9 @@ while [[ $i -lt $panesCnt ]]; do
if [[ $WALLET_DEBUG != "" ]]; then
wallet_args="$wallet_args --wallet-debug"
fi
+ if [[ $WALLET_CLIENT_AUTH_DISABLE != "" ]]; then
+ wallet_args="$wallet_args --no-client-auth"
+ fi
fi
if [[ $i -lt $n ]]; then
node_args="$(node_cmd $i "$wallet_args" "$system_start" "$config_dir" "$conf_file" "$run_dir" "$run_dir/logs")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment