Browse Source

Update syno_hdd_db.sh

pull/289/head
Dave Russell 2 years ago
committed by GitHub
parent
commit
9069f04240
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      syno_hdd_db.sh

4
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

Loading…
Cancel
Save