mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
wait longer to stop presync
This commit is contained in:
parent
f05becdf98
commit
35a3a09304
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue