Update define.sh

This commit is contained in:
Kroese 2024-10-13 11:31:33 +02:00 committed by GitHub
parent 60ba2e368e
commit 246a5990d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -735,7 +735,7 @@ addFolder() {
local dest="$src/\$OEM\$/\$1/OEM"
mkdir -p "$dest"
! cp -r "$folder/." "$dest" && return 1
! cp -Lr "$folder/." "$dest" && return 1
local file
file=$(find "$dest" -maxdepth 1 -type f -iname install.bat | head -n 1)