1 changed files with 4 additions and 2 deletions
@ -1,4 +1,6 @@ |
|||
chmod 644 files/lnd.conf |
|||
mkdir ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/lnd |
|||
echo "Copying lnd.conf to overwrite the existing LND.conf" |
|||
cp files/lnd.conf ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/lnd/lnd.conf |
|||
|
|||
on_chroot << EOF |
|||
chown -R ${FIRST_USER_NAME}:${FIRST_USER_NAME} /home/${FIRST_USER_NAME} |
|||
EOF |
|||
|
Loading…
Reference in new issue