mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-11 06:13:12 +01:00
updated buildInstallomatorScript to set DEBUG to 0 in pkg
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user