IBM / mac-ibm-enrollment-app

The Mac@IBM enrollment app makes setting up macOS with Jamf Pro more intuitive for users and easier for IT. The application offers IT admins the ability to gather additional information about their users during setup, allows users to customize their enrollment by selecting apps or bundles of apps to install during setup, and provides users with next steps when enrollment is complete.
GNU General Public License v3.0
454 stars 48 forks source link

JSS URL Trailing Slash #9

Closed scifiman closed 3 years ago

scifiman commented 5 years ago

EDIT: This is specifically referring to the enrollmentSample.py.

It seems the script does not like the JSS URL if the trailing slash is present. I didn't see this anywhere in the documentation so it may just be easier to code this in to take care of it if it exists. jss_url = jss_url.rstrip('/')