diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index eebd781..93d9ec9 100644 --- a/syno_hdd_db.sh +++ b/syno_hdd_db.sh @@ -726,8 +726,8 @@ fi # Get list of installed SATA, SAS and M.2 NVMe/SATA drives, # PCIe M.2 cards and connected Expansion Units. -fixdrivemodel() -{ +fixdrivemodel(){ + echo # Remove " 00Y" from end of Samsung/Lenovo SSDs # Github issue #13 if [[ $1 =~ MZ.*" 00Y" ]]; then hdmodel=$(printf "%s" "$1" | sed 's/ 00Y.*//')