SupportApp pkg will handle reinstallation if it's already running

This commit is contained in:
Søren Theilgaard
2022-08-31 09:18:32 +02:00
parent 96f5bb15e2
commit c5af1a338e

View File

@@ -5,6 +5,5 @@ supportapp)
downloadURL=$(downloadURLFromGit root3nl SupportApp) downloadURL=$(downloadURLFromGit root3nl SupportApp)
appNewVersion=$(versionFromGit root3nl SupportApp) appNewVersion=$(versionFromGit root3nl SupportApp)
expectedTeamID="98LJ4XBGYK" expectedTeamID="98LJ4XBGYK"
uid=$(id -u "$currentUser") blockingProcesses=( NONE )
launchctl bootout gui/${uid} "/Library/LaunchAgents/nl.root3.support.plist"
;; ;;