Browse Source

Merge pull request #222 from 007revad/develop

Develop
pull/226/head
Dave Russell 2 years ago
committed by GitHub
parent
commit
7e56699665
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      CHANGES.txt
  2. 2
      syno_hdd_db.sh

3
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 v3.4.80
- Bug fix for chmod failed on changes.txt - Bug fix for chmod failed on changes.txt
- Improved help message. - Improved help message.

2
syno_hdd_db.sh

@ -120,7 +120,7 @@ if options="$(getopt -o abcdefghijklmnopqrstuvwxyz0123456789 -l \
-r|--ram) # Disable "support_memory_compatibility" -r|--ram) # Disable "support_memory_compatibility"
ram=yes ram=yes
;; ;;
-w|--wdda) # Disable "support_memory_compatibility" -w|--wdda) # Disable "support_wdda"
wdda=no wdda=no
;; ;;
-e|--email) # Disable colour text in task scheduler emails -e|--email) # Disable colour text in task scheduler emails

Loading…
Cancel
Save