updateTool now working. Improved log for this, as well as creating a finishing function so that we can call this when updateTool was used.
This commit is contained in:
Søren Theilgaard
2021-04-12 20:16:47 +02:00
parent 5c6e37dd88
commit 4fe2c926f4
2 changed files with 30 additions and 20 deletions

View File

@@ -12,6 +12,7 @@
- If your MDM cannot call a script with parameters, the label can be set in the top of the script.
- If your MDM is not Jamf Pro, and you need the script to be installed locally on your managed machines, then take a look at [Theiles fork](https://github.com/Theile/Installomator/). This fork can be called from the MDM using a small script.
- Script `buildCaseStatement.sh` to help with creating labels have been improved.
- Fixed a bug in a variable name that prevented updateTool to be used
## v0.4 - 2020-10-19