mirror of
https://github.com/skoobasteeve/jamfops.git
synced 2026-03-20 05:08:55 +00:00
fix URL
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/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
|
for file in /tmp/.Onboarding/*; do
|
||||||
Team="${file##*/}"
|
Team="${file##*/}"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "<result>$Team</result>"
|
echo "<result>$Team</result>"
|
||||||
|
|||||||
Reference in New Issue
Block a user