DEPNotify-Starter icon indicating copy to clipboard operation
DEPNotify-Starter copied to clipboard

Error in Line 276

Open Janeumayer opened this issue 4 years ago • 0 comments

This line does not work on already named computers. We are currently running Jamf Cloud v10.31.1-t1628520988. "$JAMF_BINARY" setComputerName -name "$REG_TEXT_LABEL_1_VALUE"

In order for it to work the flag -set also needs to be added: "$JAMF_BINARY" setComputerName -set -name "$REG_TEXT_LABEL_1_VALUE"

Janeumayer avatar Sep 13 '21 01:09 Janeumayer