idrive label
This commit is contained in:
Søren Theilgaard
2021-04-14 22:58:11 +02:00
parent 76b4f579e7
commit 2946990942

View File

@@ -179,7 +179,7 @@ cleanupAndExit() { # $1 = exit code, $2 message
hdiutil detach "$dmgmount"
fi
# If we closed any processes, reopen the app again
reopenClosedProcess
#reopenClosedProcess # We skip this again, not all apps work correctly when opened like this
printlog "################## End Installomator, exit code $1 \n\n"
exit "$1"
}