Browse Source

wait longer to stop presync

dev
rootzoll 6 years ago
parent
commit
35a3a09304
  1. 2
      home.admin/00mainMenu.sh

2
home.admin/00mainMenu.sh

@ -19,7 +19,7 @@ if [ ${bootstrapInfoExists} -eq 1 ]; then
echo "********************************************"
sudo -u root bitcoin-cli -conf=/home/admin/assets/bitcoin.conf stop
echo "bitcoind called to stop .."
sleep 30
sleep 50
# unmount the temporary mount
echo "Unmount HDD .."

Loading…
Cancel
Save