From 372f6656ee6347a536f84998b9d42bc34e1ab24b Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sun, 21 Jan 2024 07:14:10 +1100 Subject: [PATCH 1/3] Update CHANGES.txt --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 7f2cc4b..2c18506 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 isntalled from Entware. Issue #218 + v3.4.80 - Bug fix for chmod failed on changes.txt - Improved help message. From 34fc3489d8d8439f50b8490b7d18dac7089e9c33 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sun, 21 Jan 2024 07:26:45 +1100 Subject: [PATCH 2/3] Update syno_hdd_db.sh Fix typo in wdda comment --- syno_hdd_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a47fd5ec93e4e5c8bbebb8b19a7060414416eb45 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sun, 21 Jan 2024 13:36:20 +1100 Subject: [PATCH 3/3] Update CHANGES.txt --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2c18506..564a985 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ v3.5.81 -- Bug fix for false "This script is NOT running on a Synology NAS!" if uname isntalled from Entware. Issue #218 +- 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