Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz00 committed Mar 7, 2024
1 parent 4890b96 commit 92eaad7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ else
--data-urlencode "grant_type=client_credentials" \
--data-urlencode "client_secret=${client_secret}")
token=$(echo "$response" | plutil -extract access_token raw -)

if [ "$token" == "null" ]; then
log_message "Failed to generate a token. Please check your Jamf instance details." "ERROR"
exit 1
Expand Down

0 comments on commit 92eaad7

Please sign in to comment.