From 90399b44508776ced7c72bf863d4de232aa71829 Mon Sep 17 00:00:00 2001
From: Ray Lyon <36998292+skoobasteeve@users.noreply.github.com>
Date: Fri, 12 Mar 2021 14:13:56 -0500
Subject: [PATCH 1/2] fix URL
---
ext-attributes/onboarding-group-name.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ext-attributes/onboarding-group-name.sh b/ext-attributes/onboarding-group-name.sh
index 9607190..836628b 100644
--- a/ext-attributes/onboarding-group-name.sh
+++ b/ext-attributes/onboarding-group-name.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-# Intended to be used with the onboarding script (https://github.com/skoobasteeve/jamfops/scripts/onboarding.sh)
+# Intended to be used with the onboarding script (https://github.com/skoobasteeve/jamfops/blob/main/scripts/jamf-onboarding.sh)
for file in /tmp/.Onboarding/*; do
Team="${file##*/}"
done
-echo "$Team"
\ No newline at end of file
+echo "$Team"
From 03e3cd30d4415f8ba8d5eccf7cfc0dc063ca3cfe Mon Sep 17 00:00:00 2001
From: Ray Lyon <36998292+skoobasteeve@users.noreply.github.com>
Date: Fri, 12 Mar 2021 14:14:16 -0500
Subject: [PATCH 2/2] fix URL
---
scripts/jamf-onboarding.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/jamf-onboarding.sh b/scripts/jamf-onboarding.sh
index e88f405..365a4ff 100755
--- a/scripts/jamf-onboarding.sh
+++ b/scripts/jamf-onboarding.sh
@@ -10,7 +10,7 @@
#
#### REQUIREMENTS ####
#
-# * Corresponding Extension Attribute that locates the temp file (https://github.com/skoobasteeve/jamfops/ext-attributes/onboarding-group-name.sh)
+# * Corresponding Extension Attribute that locates the temp file (https://github.com/skoobasteeve/jamfops/blob/main/ext-attributes/onboarding-group-name.sh)
# * Smart Computer Groups in JAMF that add computers with the corresponding extension attribute.
#
# DON'T FORGET TO EDIT THE GROUP LIST ON LINE 35