Update define.sh
This commit is contained in:
parent
60ba2e368e
commit
246a5990d4
1 changed files with 1 additions and 1 deletions
|
|
@ -735,7 +735,7 @@ addFolder() {
|
||||||
local dest="$src/\$OEM\$/\$1/OEM"
|
local dest="$src/\$OEM\$/\$1/OEM"
|
||||||
mkdir -p "$dest"
|
mkdir -p "$dest"
|
||||||
|
|
||||||
! cp -r "$folder/." "$dest" && return 1
|
! cp -Lr "$folder/." "$dest" && return 1
|
||||||
|
|
||||||
local file
|
local file
|
||||||
file=$(find "$dest" -maxdepth 1 -type f -iname install.bat | head -n 1)
|
file=$(find "$dest" -maxdepth 1 -type f -iname install.bat | head -n 1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue