You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed --in-place 's/#rpcport=<port>/rpcport=17600/'$DATA_DIR/bitcoin.conf # set -rpcport for Tails
227
-
sed --in-place 's/#datadir=<dir>/datadir=$DATA_DIR/'$DATA_DIR/bitcoin.conf # set -datadir for Tails
227
+
sed --in-place "s/#datadir=<dir>/datadir=$DATA_DIR/"$DATA_DIR/bitcoin.conf # set -datadir for Tails
228
228
ln --symbolic --force /media/$USER$DATA_DIR/wallets # links media mount directory to wallets folder for easier loading of watch encrypted or external media wallets
229
229
chmod -w $DATA_DIR/wallets # TODO see what permissions bitcoin-core would have made its folders at.
230
230
ln --symbolic --force /tmp/debug.log $DATA_DIR/debug.log # links debug.log to tmp so logs won't persist restart
0 commit comments