Browse Source

Add todo

master
nolim1t 5 years ago
parent
commit
66e209169b
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 2
      stage2/08-configure-bitcoind/01-run.sh

2
stage2/08-configure-bitcoind/01-run.sh

@ -1,3 +1,5 @@
# TODO: configure username and password (internally)
chmod 644 files/bitcoin.conf
mkdir ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/bitcoin
cp files/bitcoin.conf ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/bitcoin/bitcoin.conf

Loading…
Cancel
Save