-
Notifications
You must be signed in to change notification settings - Fork 604
Description
When running the policy the logs indicate it is installed but its not showing in my applications folder. There are no errors from the script and the output is below
I did find want to flag a few things
- Im on an intel machine and the output seems to be running the Arm64 version?
- I check the mount point and both intel and M1s are available
`Checking for policies triggered by "openvpnconnectinstall" for user "rlee"...
Executing Policy Install OpenVPN
Running script installometer...
Script exit code: 0
Script result: 2022-11-14 13:52:19 : REQ : : shifting arguments for Jamf
2022-11-14 13:52:19 : REQ : openvpnconnectv3 : ################## Start Installomator v. 10.0beta3, date 2022-10-03
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : ################## Version: 10.0beta3
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : ################## Date: 2022-10-03
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : ################## openvpnconnectv3
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : SwiftDialog is not installed, clear cmd file var
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : BLOCKING_PROCESS_ACTION=prompt_user_then_kill
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : NOTIFY=success
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : LOGGING=INFO
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : LOGO=/Library/Application Support/JAMF/Jamf.app/Contents/Resources/AppIcon.icns
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : Label type: pkgInDmg
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : archiveName: OpenVPN Connect.dmg
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : no blocking processes defined, using OpenVPN Connect as default
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : name: OpenVPN Connect, appName: OpenVPN Connect.app
2022-11-14 13:52:19 : WARN : openvpnconnectv3 : No previous app found
2022-11-14 13:52:19 : WARN : openvpnconnectv3 : could not find OpenVPN Connect.app
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : appversion:
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : Label is not of type “updateronly”, and it’s set to use force to install or ignoring app store apps, so not using updateTool.
2022-11-14 13:52:19 : INFO : openvpnconnectv3 : Latest version not specified.
2022-11-14 13:52:19 : REQ : openvpnconnectv3 : Downloading https://openvpn.net/downloads/openvpn-connect-v3-macos.dmg to OpenVPN Connect.dmg
2022-11-14 13:52:49 : REQ : openvpnconnectv3 : no more blocking processes, continue with update
2022-11-14 13:52:49 : REQ : openvpnconnectv3 : Installing OpenVPN Connect
2022-11-14 13:52:49 : INFO : openvpnconnectv3 : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.izVX8GsH/OpenVPN Connect.dmg
2022-11-14 13:52:53 : INFO : openvpnconnectv3 : Mounted: /Volumes/OpenVPN Connect 1
2022-11-14 13:52:53 : INFO : openvpnconnectv3 : found pkg: /Volumes/OpenVPN Connect 1/OpenVPN_Connect_3_4_0(4506)_arm64_Installer_signed.pkg
2022-11-14 13:52:53 : INFO : openvpnconnectv3 : Verifying: /Volumes/OpenVPN Connect 1/OpenVPN_Connect_3_4_0(4506)_arm64_Installer_signed.pkg
2022-11-14 13:52:53 : INFO : openvpnconnectv3 : Team ID: ACV7L3WCD8 (expected: ACV7L3WCD8 )
2022-11-14 13:52:53 : INFO : openvpnconnectv3 : Installing /Volumes/OpenVPN Connect 1/OpenVPN_Connect_3_4_0(4506)_arm64_Installer_signed.pkg to /
2022-11-14 13:52:55 : INFO : openvpnconnectv3 : Finishing...
2022-11-14 13:52:58 : INFO : openvpnconnectv3 : name: OpenVPN Connect, appName: OpenVPN Connect.app
2022-11-14 13:52:58 : WARN : openvpnconnectv3 : No previous app found
2022-11-14 13:52:58 : WARN : openvpnconnectv3 : could not find OpenVPN Connect.app
2022-11-14 13:52:58 : REQ : openvpnconnectv3 : Installed OpenVPN Connect
2022-11-14 13:52:58 : INFO : openvpnconnectv3 : notifying
2022-11-14 13:52:59 : INFO : openvpnconnectv3 : App not closed, so no reopen.
2022-11-14 13:52:59 : REQ : openvpnconnectv3 : All done!
2022-11-14 13:52:59 : REQ : openvpnconnectv3 : ################## End Installomator, exit code 0
`