Browse Source

sync restart

v1.3
Christian Rotzoll 6 years ago
parent
commit
08de483aca
  1. 5
      home.admin/98repairBlockchain.sh

5
home.admin/98repairBlockchain.sh

@ -30,7 +30,10 @@ elif [ "${CHOICE}" = "COPY" ]; then
elif [ "${CHOICE}" = "RESYNC" ]; then
echo "Starting RESYNC ..."
/home/admin/50syncHDD.sh
/home/admin/00raspiblitz.sh
dialog --pause "OK. System will reboot to activate changes." 8 58 8
clear
echo "rebooting .. (please wait)"
sudo shutdown -r now
elif [ "${CHOICE}" = "REINDEX" ]; then
echo "Starting REINDEX ..."

Loading…
Cancel
Save