Dave Russell
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
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 |
|
|
|
|
|
|
|
|
|