Skip to content

Commit 2a82e97

Browse files
committed
Run bitcoind --version as bitcoin user so perms aren't fucked
1 parent 6ef1119 commit 2a82e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if ! which bitcoind; then
8282
./bin/install-bitcoin-core-linux
8383
fi
8484

85-
bitcoind --version
85+
su bitcoin -c 'bitcoind --version'
8686

8787
if [[ ! -e ~/.cargo/env ]]; then
8888
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)