mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Update functions.sh
This commit is contained in:
@@ -399,6 +399,8 @@ installAppWithPath() { # $1: path to app to install in $targetDir
|
||||
CLIoutput=$("$mountname/$CLIInstaller" "${CLIArguments[@]}" 2>&1)
|
||||
CLIstatus=$(echo $?)
|
||||
logoutput="$CLIoutput" # dedupliatelogs "$CLIoutput"
|
||||
|
||||
if [ $CLIstatus -ne 0 ] ; then
|
||||
cleanupAndExit 3 "Error installing $mountname/$CLIInstaller $CLIArguments error: $logoutput" #ERROR
|
||||
fi
|
||||
printlog "Debugging enabled, update tool output was: $logoutput" #DEBUG
|
||||
|
||||
Reference in New Issue
Block a user