Created
June 8, 2018 12:46
-
-
Save disassembler/2439084fae38e7a346dd74f318eb2e42 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 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