mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-17 21:03:20 +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)
|
CLIoutput=$("$mountname/$CLIInstaller" "${CLIArguments[@]}" 2>&1)
|
||||||
CLIstatus=$(echo $?)
|
CLIstatus=$(echo $?)
|
||||||
logoutput="$CLIoutput" # dedupliatelogs "$CLIoutput"
|
logoutput="$CLIoutput" # dedupliatelogs "$CLIoutput"
|
||||||
|
|
||||||
|
if [ $CLIstatus -ne 0 ] ; then
|
||||||
cleanupAndExit 3 "Error installing $mountname/$CLIInstaller $CLIArguments error: $logoutput" #ERROR
|
cleanupAndExit 3 "Error installing $mountname/$CLIInstaller $CLIArguments error: $logoutput" #ERROR
|
||||||
fi
|
fi
|
||||||
printlog "Debugging enabled, update tool output was: $logoutput" #DEBUG
|
printlog "Debugging enabled, update tool output was: $logoutput" #DEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user