more info

This commit is contained in:
rootzoll 2018-08-24 23:40:37 +02:00
parent 36fd810685
commit e234d2c181

View File

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