Logging info and a fix

This commit is contained in:
Søren Theilgaard
2022-02-02 19:59:14 +01:00
parent d36b42acf4
commit 0a05b533a5
2 changed files with 4 additions and 1 deletions

View File

@@ -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