We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef1119 commit d694735Copy full SHA for d694735
deploy/setup
@@ -84,6 +84,8 @@ fi
84
85
bitcoind --version
86
87
+chown bitcoin:bitcoin /var/lib/bitcoind/settings.json
88
+
89
if [[ ! -e ~/.cargo/env ]]; then
90
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
91
fi
0 commit comments