This commit is contained in:
Ray Lyon
2021-03-12 14:13:56 -05:00
committed by GitHub
parent b9b98f9e2f
commit 90399b4450

View File

@@ -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>"