Browse Source

Update syno_hdd_db.sh

pull/345/head
Dave Russell 1 year ago
committed by GitHub
parent
commit
acf8c0b941
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      syno_hdd_db.sh

2
syno_hdd_db.sh

@ -125,7 +125,7 @@ if options="$(getopt -o Sabcdefghijklmnopqrstuvwxyz0123456789 -l \
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
;; ;;
-s|--showedits) # Show edits done to host db file -s|--showedits) # Show edits done to host db file
showedits=yes showedits=yes

Loading…
Cancel
Save