Browse Source
Update syno_hdd_db.sh
Fix typo in wdda comment
pull/222/head
Dave Russell
2 years 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
|
|
|
@ -120,7 +120,7 @@ if options="$(getopt -o abcdefghijklmnopqrstuvwxyz0123456789 -l \ |
|
|
|
-r|--ram) # Disable "support_memory_compatibility" |
|
|
|
ram=yes |
|
|
|
;; |
|
|
|
-w|--wdda) # Disable "support_memory_compatibility" |
|
|
|
-w|--wdda) # Disable "support_wdda" |
|
|
|
wdda=no |
|
|
|
;; |
|
|
|
-e|--email) # Disable colour text in task scheduler emails |
|
|
|
|