Ing
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
syno_hdd_db.sh
|
|
|
@ -126,7 +126,7 @@ if options="$(getopt -o SIabcdefghijklmnopqrstuvwxyz0123456789 -l \ |
|
|
|
;; |
|
|
|
--restore) # Restore changes from backups |
|
|
|
restore=yes |
|
|
|
if $(echo "${args[@]}" | grep -q -- '--ssd=restore'); then |
|
|
|
if echo "${args[@]}" | grep -q -- '--ssd=restore'; then |
|
|
|
ssd_restore=yes |
|
|
|
fi |
|
|
|
#break |
|
|
|
|