mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-05 06:13:15 +01:00
Logging info and a fix
This commit is contained in:
@@ -609,7 +609,7 @@ installFromPKG() {
|
||||
installFromPKG
|
||||
fi
|
||||
|
||||
if [ $pkginstallstatus -ne 0 ] ; then
|
||||
if [[ $pkginstallstatus -ne 0 ]] ; then
|
||||
#if ! installer -pkg "$archiveName" -tgt "$targetDir" ; then
|
||||
cleanupAndExit 9 "Error installing $archiveName error:\n$logoutput" ERROR
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user