Update define.sh

This commit is contained in:
Kroese 2025-04-20 19:11:19 +02:00 committed by GitHub
parent 154108830e
commit b95a3d44ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1294,6 +1294,7 @@ addFolder() {
prepareInstall() {
local pid=""
local dir="$2"
local desc="$3"
local driver="$4"
@ -1380,8 +1381,7 @@ prepareInstall() {
fi
local pid=""
local file setup
local setup
setup=$(find "$target" -maxdepth 1 -type f -iname setupp.ini -print -quit)
if [ -n "$setup" ]; then