From cdd6f2c0813e78286f2d2531921229ec4a35db90 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sat, 18 Nov 2023 08:11:19 +1100 Subject: [PATCH] Update m2_card_fix.sh --- m2_card_fix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m2_card_fix.sh b/m2_card_fix.sh index e9d74bc..293ddc4 100644 --- a/m2_card_fix.sh +++ b/m2_card_fix.sh @@ -16,7 +16,8 @@ url="https://raw.githubusercontent.com/007revad/Synology_HDD_db/develop/" model=$(cat /proc/sys/kernel/syno_hw_version) modelname="$model" -#if [[ $modelname == "DS1821+" ]] || [[ $modelname == "DS1823xs+" ]]; +#if [[ $modelname == "DS1821+" ]] || [[ $modelname == "DS1621+" ]] ||\ +# [[ $modelname == "DS1823xs+" ]] || [[ $modelname == "FS2500" ]]; if [[ $modelname == "DS1821+" ]] || [[ $modelname == "DS1621+" ]] ||\ [[ $modelname == "DS1520+" ]] || [[ $modelname == "RS822rp+" ]] ||\ [[ $modelname == "RS822+" ]] || [[ $modelname == "RS1221rp+" ]] ||\