Browse Source

more info

#146
rootzoll 6 years ago
parent
commit
e234d2c181
  1. 4
      home.admin/10setupBlitz.sh

4
home.admin/10setupBlitz.sh

@ -108,8 +108,8 @@ if [ ${mountOK} -eq 1 ]; then
if [ -d "/mnt/hdd/${network}" ]; then
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 "Maybe try --> ./60finishHDD.sh"
echo "If this sill is not working reboot after running --> sudo rm -r /mnt/hdd/${network}"
echo "If you want start fresh --> sudo rm -r /mnt/hdd/${network}"
echo "Or something with the config is not correct."
exit 1
fi

Loading…
Cancel
Save