updated buildInstallomatorScript to set DEBUG to 0 in pkg

This commit is contained in:
Armin Briegel
2021-04-13 10:41:11 +02:00
parent b83c8d2904
commit 76b4f579e7
5 changed files with 9 additions and 4 deletions

View File

@@ -82,6 +82,9 @@ fi
cp ${scriptfolder}/Installomator.sh ${payloadfolder}
chmod 755 ${payloadfolder}/Installomator.sh
# set the DEBUG variable to 0
sed -i '' -e 's/^DEBUG=1$/DEBUG=0/g' ${payloadfolder}/Installomator.sh
# build the component package
pkgpath="${scriptfolder}/${pkgname}.pkg"