From fc83e5aed6c4a2e75a4518e7a82a48a83ce81541 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 11:18:53 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/install.sh b/src/install.sh index a5b16e0..2f3f171 100644 --- a/src/install.sh +++ b/src/install.sh @@ -1085,6 +1085,9 @@ copyOEM() { [ ! -d "$folder" ] && folder="$STORAGE/shared/OEM" [ ! -d "$folder" ] && return 0 + local msg="Copying OEM folder to image..." + info "$msg" && html "$msg" + src=$(find "$dir" -maxdepth 1 -type d -iname sources | head -n 1) if [ ! -d "$src" ]; then