more info

This commit is contained in:
rootzoll
2018-09-15 21:52:37 +02:00
parent eb42ea84c2
commit ce92f3a1ee
2 changed files with 6 additions and 1 deletions

View File

@@ -106,6 +106,11 @@ if [ ${mountOK} -eq 1 ]; then
# are there any signs of blockchain data
if [ -d "/mnt/hdd/${network}" ]; then
echo "TAIL Chain Network Log"
sudo tail /mnt/hdd/${network}/debug.log
echo ""
echo "UNKOWN STATE - there is blockain data folder, but blockchaind is not running"
echo "It seems that something went wrong during sync/download/copy of the blockchain."
echo "If you want start fresh --> sudo rm -r /mnt/hdd/${network}"