Browse Source

Update syno_hdd_db.sh

pull/67/head
Dave Russell 3 years ago
committed by GitHub
parent
commit
07412e66a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      syno_hdd_db.sh

4
syno_hdd_db.sh

@ -477,6 +477,10 @@ if [[ $restore == "yes" ]]; then
fi fi
done done
# Delete any .dbr and .db.newr files left by previous script versions
for f in "${dbpath}"*dbr; do rm "$f"; done
for f in "${dbpath}"*db.newr; do rm "$f"; done
# Update .db files from Synology # Update .db files from Synology
syno_disk_db_update --update syno_disk_db_update --update

Loading…
Cancel
Save