setup-your-mac / Setup-Your-Mac

Setup Your Mac aims to simplify initial device configuration by leveraging swiftDialog and Jamf Pro Policy Custom Events to allow end-users to self-complete Mac setup post-enrollment.
https://snelson.us/sym
MIT License
231 stars 52 forks source link

Turn off connection test #130

Closed Honestpuck closed 5 months ago

Honestpuck commented 5 months ago

Note: While all requests are welcome, finding available cycles to custom-code a feature we won't use in our production environment is always challenging.

Is your feature request related to a problem? Please describe. It's annoying to not know how to turn off the connection test.

Describe the solution you'd like It would be good to have a global variable connectionTest with setting of either true or false

Describe alternatives you've considered I'm not exactly sure how to kill all the bits

Additional context Add any other context or screenshots about the feature request here.

drtaru commented 5 months ago

Hey @Honestpuck

This may just be a case of "The option is way down the script" at line 143 configurationDownloadEstimation="true" # [ true (default) | false ]

Setting that to false should prevent the connection testing from occurring.

Please let us know if this is not the behavior you are expecting.

Honestpuck commented 5 months ago

Your right. That is indeed the problem. Let's close this.