Skip to content

Commit

Permalink
Do not open client on install as this breaks MDM deployments
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra committed May 15, 2024
1 parent 52e6b82 commit 62126b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin/osx/post_install.sh.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 62126b9

Please sign in to comment.