Add QS delay

This commit is contained in:
Taylor Helsper 2019-07-31 21:55:17 -05:00
parent 63e52d2a0a
commit 0065e24203

View File

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