From d450f4354db53974ac3f8340a3b0b2f38bb73cc5 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Wed, 15 May 2024 11:07:28 +0200 Subject: [PATCH] Do not open client on install as this breaks MDM deployments Signed-off-by: Claudio Cambra --- admin/osx/post_install.sh.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin/osx/post_install.sh.cmake b/admin/osx/post_install.sh.cmake index f3c9c990f249e..583f5e9cba59c 100644 --- a/admin/osx/post_install.sh.cmake +++ b/admin/osx/post_install.sh.cmake @@ -10,6 +10,4 @@ if [ -x "$(command -v pluginkit)" ]; then pluginkit -e use -i @APPLICATION_REV_DOMAIN@.FinderSyncExt fi -open -a @APPLICATION_NAME@.app - exit 0