Update acroniscyberprotectconnectagent.sh

`blockingProcesses=( NONE )`
This commit is contained in:
Søren Theilgaard
2022-09-02 14:57:04 +02:00
parent 42126caa21
commit 95bd32769c

View File

@@ -7,4 +7,5 @@ remotixagent)
versionKey="CFBundleVersion"
appNewVersion=$(curl -fsIL "${downloadURL}" | grep -i "^location" | sed -E 's/.*\/[a-zA-Z]*-[0-9.]*-([0-9.]*)\.pkg/\1/g')
expectedTeamID="H629V387SY"
blockingProcesses=( NONE )
;;