Skip to content

Commit

Permalink
edit config path
Browse files Browse the repository at this point in the history
  • Loading branch information
schnetzlerjoe committed Mar 20, 2023
1 parent 2b297e0 commit 8f2ebe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/optimize.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
CONFIG_PATH="./$HOME/.defund/config/config.toml"
CONFIG_PATH="$HOME/.defund/config/config.toml"

if [[ "$OSTYPE" == "linux-gnu"* ]]; then
sed -i 's/max_num_inbound_peers =.*/max_num_inbound_peers = 150/g' $CONFIG_PATH
Expand Down

0 comments on commit 8f2ebe3

Please sign in to comment.