Browse Source

fixed SC2091

pull/434/head
Ing 10 months ago
committed by GitHub
parent
commit
f21b27cc2d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      syno_hdd_db.sh

2
syno_hdd_db.sh

@ -126,7 +126,7 @@ if options="$(getopt -o SIabcdefghijklmnopqrstuvwxyz0123456789 -l \
;; ;;
--restore) # Restore changes from backups --restore) # Restore changes from backups
restore=yes restore=yes
if $(echo "${args[@]}" | grep -q -- '--ssd=restore'); then if echo "${args[@]}" | grep -q -- '--ssd=restore'; then
ssd_restore=yes ssd_restore=yes
fi fi
#break #break

Loading…
Cancel
Save