From 2946990942de988d094bae2ba4b3dd55b3964005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Wed, 14 Apr 2021 22:58:11 +0200 Subject: [PATCH] v0.5 idrive label --- Installomator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 69f5a54..cd96834 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -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" }