Browse Source

Update syno_hdd_db.sh

fix comment typo
pull/225/head
Dave Russell 2 years ago
committed by GitHub
parent
commit
e715b62565
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      syno_hdd_db.sh

2
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

Loading…
Cancel
Save