4845 prepare v1.12.0rc5

* correct bitcoin log dir
* add user admin to group bitcoin by default
* prepare v1.12 - for rc5
This commit is contained in:
/rootzoll
2025-08-02 22:52:36 +02:00
committed by rootzoll
parent 07e479b2e1
commit 644404ab2d
3 changed files with 4 additions and 3 deletions

View File

@@ -688,6 +688,7 @@ sudo -u bitcoin cp -r /etc/skel/. /home/bitcoin/
echo "bitcoin:raspiblitz" | chpasswd
# make home directory readable
chmod 755 /home/bitcoin
usermod -a -G bitcoin admin
# WRITE BASIC raspiblitz.info to sdcard
# if further info gets added .. make sure to keep that on: blitz.release.sh

View File

@@ -1,4 +1,4 @@
# RaspiBlitz Version - always [major].[main].[sub] (sub can be a string like '2rc1')
codeVersion="1.12.0rc4"
codeVersion="1.12.0"
codeRelease="dev"
# keep last line with comment ---> IF YOU HAVE A NEW VERSION BRANCH > EDIT ALSO build_sdcard.sh

View File

@@ -117,8 +117,8 @@ echo "sudo journalctl -u ${network}d -b --no-pager -n20"
sudo journalctl -u ${network}d -b --no-pager -n20
echo
echo "*** LAST BLOCKCHAIN (MAINNET) INFO LOGS ***"
echo "sudo tail -n 50 /mnt/hdd/app-storage/${network}/debug.log"
sudo tail -n 50 /mnt/hdd/app-storage/${network}${pathAdd}/debug.log
echo "sudo tail -n 50 /mnt/hdd/app-data/${network}/debug.log"
sudo tail -n 50 /mnt/hdd/app-data/${network}${pathAdd}/debug.log
echo
echo "*** LND (MAINNET) SYSTEMD STATUS ***"