mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 14:08:07 +00:00
Add QS delay
This commit is contained in:
parent
63e52d2a0a
commit
0065e24203
|
@ -15,6 +15,9 @@ mkdir -p $QUICKSYNC_CONFIG_DIR
|
|||
|
||||
cp -f /usr/share/quicksync/settings.json $QUICKSYNC_CONFIG_DIR/settings.json
|
||||
|
||||
# Wait a bit for boot to complete
|
||||
sleep 15s
|
||||
|
||||
# Check if quicksync was disabled
|
||||
while [ -f /home/bitcoin/.mynode/quicksync_disabled ] || [ -f /mnt/hdd/mynode/settings/quicksync_disabled ]; do
|
||||
# Pretend quicksync step is complete
|
||||
|
|
Loading…
Reference in New Issue
Block a user