diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index bea4028..4819451 100644 --- a/syno_hdd_db.sh +++ b/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