From 2b2bc907a194c6f1d7c458ef5f4f788b021b1c97 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:27:25 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 59d0d89..2807914 100644 --- a/src/install.sh +++ b/src/install.sh @@ -1079,9 +1079,11 @@ updateImage() { copyOEM() { local dir="$1" - local folder="$STORAGE/OEM" + local folder="$STORAGE/oem" local src + [ ! -d "$folder" ] && folder="$STORAGE/OEM" + [ ! -d "$folder" ] && folder="$STORAGE/shared/oem" [ ! -d "$folder" ] && folder="$STORAGE/shared/OEM" [ ! -d "$folder" ] && return 0