diff --git a/CHANGES.txt b/CHANGES.txt index 61604be..2b4afd6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,8 @@ -v3.6.114 +v3.6.115 - Added syno_hdd_shutdown.sh to the auto update code. - Now if script is located on an NVMe volume it warns you and exits. Previously it just warned you and continued. - Bug fix for DSM 7.3 not disabling compatible drive database auto update. +- Bug fix for script thinking it's on an NVMe volume if the HDD volume it's on has a NVMe cache. v3.6.113 - Added check that DSM 7.3 db file was successfully compacted. diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index dc7f7c2..c0bce76 100644 --- a/syno_hdd_db.sh +++ b/syno_hdd_db.sh @@ -29,7 +29,7 @@ # /var/packages/StorageManager/target/ui/storage_panel.js -scriptver="v3.6.114" +scriptver="v3.6.115" script=Synology_HDD_db repo="007revad/Synology_HDD_db" scriptname=syno_hdd_db @@ -435,7 +435,7 @@ if grep -qE "^${vol_name#/dev/} .+ nvme" /proc/mdstat then ding echo -e "\n${Yellow}WARNING${Off} Don't store this script on an NVMe volume!" - exit 3 + #exit 3 fi