From 50a9ec19875e72056e222d0dea19d411d0665bd1 Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:19:19 +1000 Subject: [PATCH] v3.6.132 --- syno_hdd_db.sh | 4 ++-- tests/test_expansion_unit_db_selection.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 tests/test_expansion_unit_db_selection.sh diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index 81a8ca0..1586a6d 100644 --- a/syno_hdd_db.sh +++ b/syno_hdd_db.sh @@ -1312,7 +1312,7 @@ if [[ $m2 != "no" ]]; then fi -get_eunit_container_aliases(){ +get_eunit_container_aliases(){ # DSM can report one expansion unit with different model names. # For example, detection can return RX1217RP while the attached disks' # runtime container is RX1217-1 and DSM reads the rx1217 drive database. @@ -1395,7 +1395,7 @@ fi readarray -t db1list < <(find "$dbpath" -maxdepth 1 -name "*_host*.db" ! -name "rule_*" | sort) readarray -t db2list < <(find "$dbpath" -maxdepth 1 -name "*_host*.db.new" ! -name "rule_*" | sort) -find_eunit_db_files(){ +find_eunit_db_files(){ # Match an exact expansion-unit model family while allowing Synology's # "_v7" and space-delimited filename suffixes. Do not let RX1217 also # select RX1217RP or RX1217SAS. diff --git a/tests/test_expansion_unit_db_selection.sh b/tests/test_expansion_unit_db_selection.sh old mode 100755 new mode 100644