From b0fc2e0528f4a7f06f65de568d104cb972760a1e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 6 May 2023 13:58:54 +0200 Subject: [PATCH] Ignore case --- run/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run/install.sh b/run/install.sh index 80479ad..f59b1d4 100644 --- a/run/install.sh +++ b/run/install.sh @@ -33,7 +33,7 @@ TMP="$STORAGE/tmp" RD="$TMP/rd.gz" rm -rf "$TMP" && mkdir -p "$TMP" -[[ "${DEBUG}" == [Yy]* ]] && set -x +[[ "${DEBUG}" == [Yy1]* ]] && set -x LOC="$DL/release/7.0.1/42218/DSM_VirtualDSM_42218.pat" @@ -211,6 +211,6 @@ mv -f "$SYSTEM" "$STORAGE"/"$BASE".system.img rm -rf "$TMP" { set +x; } 2>/dev/null -[[ "${DEBUG}" == [Yy]* ]] && echo +[[ "${DEBUG}" == [Yy1]* ]] && echo return 0