From 8fe84e5adb045bcbcd40d684202c6619b2dd354b Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:57:28 +1100 Subject: [PATCH] Update syno_hdd_db.sh --- syno_hdd_db.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index 932ac52..6665713 100644 --- a/syno_hdd_db.sh +++ b/syno_hdd_db.sh @@ -727,10 +727,10 @@ fi # PCIe M.2 cards and connected Expansion Units. fixdrivemodel(){ - if [[ $1 =~ MZ.*" 00Y" ]]; then + if [[ $1 ]]; then echo - #fi - #if [[ $1 =~ ^[A-Za-z]{1,7}" ".* ]]; then + fi + if [[ $1 ]]; then echo fi }