Skip to content

Commit

Permalink
Merge pull request #6753 from nextcloud/bugfix/mdm-postinstall-mac
Browse files Browse the repository at this point in the history
Do not open client on install as this breaks MDM deployments
  • Loading branch information
claucambra authored May 15, 2024
2 parents 5e70aa3 + 9eb8645 commit 62661b7
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 @[email protected]
fi

open -a @[email protected]

exit 0

0 comments on commit 62661b7

Please sign in to comment.