From 9069f042403dd947943cd164eb60dfa090f632d3 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sat, 11 May 2024 08:09:33 +1000 Subject: [PATCH] Update syno_hdd_db.sh --- syno_hdd_db.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index 081ea14..ce72367 100644 --- a/syno_hdd_db.sh +++ b/syno_hdd_db.sh @@ -1921,7 +1921,7 @@ fi # Enable creating pool on drives in M.2 adaptor card if [[ -f "$strgmgr" ]] && [[ $buildnumber -gt 42962 ]]; then # DSM 7.2 and later - #if [[ ${#m2cards[@]} -gt "0" ]]; then + if [[ ${#m2cards[@]} -gt "0" ]]; then if grep 'notSupportM2Pool_addOnCard' "$strgmgr" >/dev/null; then # Backup storage_panel.js" @@ -1954,7 +1954,7 @@ if [[ -f "$strgmgr" ]] && [[ $buildnumber -gt 42962 ]]; then else echo -e "\nCreating pool in UI on drives in M.2 adaptor card already enabled." fi - #fi + fi fi