Browse Source
Update syno_hdd_db.sh
fix comment typo
pull/225/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
|
|
|
@ -1798,7 +1798,7 @@ fi |
|
|
|
setting="$(get_key_value $synoinfo support_wdda)" |
|
|
|
if [[ $wdda == "no" ]]; then |
|
|
|
if [[ $setting == "yes" ]]; then |
|
|
|
# Disable support_memory_compatibility |
|
|
|
# Disable support_wdda |
|
|
|
synosetkeyvalue "$synoinfo" support_wdda "no" |
|
|
|
setting="$(get_key_value "$synoinfo" support_wdda)" |
|
|
|
if [[ $setting == "no" ]]; then |
|
|
|
|