From 443e577be36c9096d3e3bc83ff4127a262472a9c Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 3 May 2024 11:35:41 +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 67b7d2a..5f80811 100644 --- a/src/install.sh +++ b/src/install.sh @@ -747,9 +747,11 @@ updateImage() { copyOEM() { local dir="$1" - local folder="$STORAGE/oem" + local folder="/oem" local src + [ ! -d "$folder" ] && folder="/OEM" + [ ! -d "$folder" ] && folder="$STORAGE/OEM" [ ! -d "$folder" ] && folder="$STORAGE/OEM" [ ! -d "$folder" ] && folder="$STORAGE/shared/oem" [ ! -d "$folder" ] && folder="$STORAGE/shared/OEM"