Jamf-Environment-Test
Jamf-Environment-Test copied to clipboard
JET `1.6.1`: APNS apsctl Status `Unavailable`
Happy Monday!
Testing JET 1.6.1
with macOS 14.2.0 (23C5030f)
and Jamf Pro 11.0.1
.
We're observing APNS apsctl Status Unavailable
in reports, but executing "Jamf Pro > Computer Record > Management > Enable / Disable Bluetooth" is working nearly instantaneously as expected.
(Happy to open a ticket with Jamf Support if that's preferred.)
Thanks.
the grep changed between OS version, a fix is planned for the next release
Thanks for the update, @daniel-maclaughlin.
(Seems odd to close this issue as "completed" when it's still pending.)
@dan-snelson , @daniel-maclaughlin
I downloaded the script and changed line 1018 to
if [[ ${APSCTL_STATUS_CHECK} == *"courier.push.apple.com"* ]]; then
instead of
if [[ ${APSCTL_STATUS_CHECK} =~ "courier.push.apple.com" ]]; then
The wildcards work much better.