diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index eda7f5c..94fce8c 100644 --- a/syno_hdd_db.sh +++ b/syno_hdd_db.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -fixdrivemodel(){ +TEST_fixdrivemodel(){ # Remove " 00Y" from end of Samsung/Lenovo SSDs # Github issue #13 if [[ $1 =~ MZ.*" 00Y" ]]; then hdmodel=$(printf "%s" "$1" | sed 's/ 00Y.*//')