Do not open client on install as this breaks MDM deployments
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Wed, 15 May 2024 09:07:28 +0000 (11:07 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 15 May 2024 12:29:45 +0000 (12:29 +0000)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
admin/osx/post_install.sh.cmake

index f3c9c990f249e1a95cfbc7e7b2ddefacd01be6ec..583f5e9cba59c66c69fbee6ab917880d3b84ca5e 100644 (file)
@@ -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