From 8c7c58b7d9db3c9cd343c9dbce1636c846ecd4fd Mon Sep 17 00:00:00 2001 From: Mischa van der Bent Date: Fri, 29 May 2020 15:25:16 +0200 Subject: [PATCH] Update Notification version error added a sleep of 10 sec so Spotlight know about the application that jsut installed --- Installomator.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Installomator.sh b/Installomator.sh index 2374644..b123d7d 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1221,6 +1221,7 @@ case $type in esac # print installed application location and version +sleep 10 getAppVersion # TODO: notify when done