Skip to content

Commit d694735

Browse files
committed
Fix settings.json permissions
1 parent 6ef1119 commit d694735

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/setup

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ fi
8484

8585
bitcoind --version
8686

87+
chown bitcoin:bitcoin /var/lib/bitcoind/settings.json
88+
8789
if [[ ! -e ~/.cargo/env ]]; then
8890
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
8991
fi

0 commit comments

Comments
 (0)