Browse Source

updated info logs

#146
rootzoll 6 years ago
parent
commit
c013a87d3c
  1. 2
      home.admin/90finishSetup.sh
  2. 2
      home.admin/96addTorService.sh

2
home.admin/90finishSetup.sh

@ -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

2
home.admin/96addTorService.sh

@ -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…
Cancel
Save