mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 13:20:56 +02:00
updated info logs
This commit is contained in:
parent
56ad6ac11a
commit
c013a87d3c
@ -87,4 +87,6 @@ sudo raspi-config nonint do_hostname ${hostname}
|
||||
# mark setup is done (100%)
|
||||
echo "100" > /home/admin/.setup
|
||||
|
||||
clear
|
||||
echo "Setup done. Rebooting now."
|
||||
sudo shutdown -r now
|
@ -181,7 +181,7 @@ do
|
||||
fi
|
||||
sudo cat /mnt/hdd/${network}${testNetAdd}/debug.log 2>/dev/null | grep "tor" | tail -n 10
|
||||
onionAddress=$(sudo -u bitcoin ${network}-cli getnetworkinfo | grep '"address"' | cut -d '"' -f4)
|
||||
echo "Can take up to 10min - if this takes longer --> CTRL+c, reboot and check manually"
|
||||
echo "Can take up to 20min - if this takes longer --> CTRL+c, reboot and check manually"
|
||||
sleep 5
|
||||
done
|
||||
onionPort=$(sudo -u bitcoin ${network}-cli getnetworkinfo | grep '"port"' | tr -dc '0-9')
|
||||
|
Loading…
x
Reference in New Issue
Block a user