diff --git a/CHANGES.txt b/CHANGES.txt index 7f2cc4b..564a985 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +v3.5.81 +- Bug fix for false "This script is NOT running on a Synology NAS!" if uname is installed from Entware. Issue #218 + v3.4.80 - Bug fix for chmod failed on changes.txt - Improved help message. diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index 5f1e6d3..e9d2502 100644 --- a/syno_hdd_db.sh +++ b/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