mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-28 13:23:06 +00:00
Fixed bad copy-paste
This commit is contained in:
@@ -501,7 +501,7 @@ installAppWithPath() { # $1: path to app to install in $targetDir
|
|||||||
copyAppStatus=$(echo $?)
|
copyAppStatus=$(echo $?)
|
||||||
deduplicatelogs "$copyAppOut"
|
deduplicatelogs "$copyAppOut"
|
||||||
printlog "Debugging enabled, App copy output was:\n$logoutput" DEBUG
|
printlog "Debugging enabled, App copy output was:\n$logoutput" DEBUG
|
||||||
if [[ $appVerifyStatus -ne 0 ]] ; then
|
if [[ $copyAppStatus -ne 0 ]] ; then
|
||||||
#if ! ditto "$appPath" "$targetDir/$appName"; then
|
#if ! ditto "$appPath" "$targetDir/$appName"; then
|
||||||
cleanupAndExit 7 "Error while copying:\n$logoutput" ERROR
|
cleanupAndExit 7 "Error while copying:\n$logoutput" ERROR
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user