Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-snelson committed Apr 1, 2023
1 parent eac6cbc commit 5c0c958
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Updated icon hashes
- `toggleJamfLaunchDaemon` function ([Pull Request No. 16](https://github.com/dan-snelson/Setup-Your-Mac/pull/16); thanks, @robjschroeder!)
- Formatted policyJSON with [Erik Lynd's JSON Tools](https://marketplace.visualstudio.com/items?itemName=eriklynd.json-tools)
- Corrected an issue where inventory would be submitted twice (thanks, @Manikandan!)

## 1.8.1
### 11-Mar-2023
Expand Down
7 changes: 4 additions & 3 deletions Setup-Your-Mac-via-Dialog.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
#
# HISTORY
#
# Version 1.9.0, 03-Apr-2023, Dan K. Snelson (@dan-snelson)
# Version 1.9.0, 01-Apr-2023, Dan K. Snelson (@dan-snelson)
# - Previously installed apps with a `filepath` validation now display "Previously Installed" (instead of a generic "Installed"; Issue No. 13; thanks for the idea, @Manikandan!)
# - Allow "first name" to correctly handle names in "Lastname, Firstname" format (Pull Request No. 11; thanks, @meschwartz!)
# - Corrected `PATH` (thanks, @Theile!)
# - `Configuration` no longer displays in SYM's `infobox` when `welcomeDialog` is set to `false` or `video` (Issue No. 12; thanks, @Manikandan!)
# - Updated icon hashes
# - New `toggleJamfLaunchDaemon` function (Pull Request No. 16; thanks, @robjschroeder!)
# - Formatted policyJSON with [Erik Lynd's JSON Tools](https://marketplace.visualstudio.com/items?itemName=eriklynd.json-tools)
# - Corrected an issue where inventory would be submitted twice (thanks, @Manikandan!)
#
####################################################################################################

Expand Down Expand Up @@ -1397,8 +1398,8 @@ function run_jamf_trigger() {
elif [[ "$trigger" == "recon" ]]; then

dialogUpdateSetupYourMac "listitem: index: $i, status: wait, statustext: Updating …, "
updateScriptLog "SETUP YOUR MAC DIALOG: Updating computer inventory with the following reconOptions: \"${reconOptions}\""
eval "${jamfBinary} recon ${reconOptions}"
updateScriptLog "SETUP YOUR MAC DIALOG: Computer inventory, with the following reconOptions: \"${reconOptions}\", will be be executed in the 'confirmPolicyExecution' function"
# eval "${jamfBinary} recon ${reconOptions}"

else

Expand Down

0 comments on commit 5c0c958

Please sign in to comment.