From 44cee15ac2b651a12df5aabcf2251fbd35279600 Mon Sep 17 00:00:00 2001 From: Theile Date: Wed, 21 Sep 2022 09:05:05 +0200 Subject: [PATCH] Dialog cmd file: `/var/tmp/dialog.log` --- MDM/Jamf/ReadMe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MDM/Jamf/ReadMe.md b/MDM/Jamf/ReadMe.md index db3d35d..e9cf769 100644 --- a/MDM/Jamf/ReadMe.md +++ b/MDM/Jamf/ReadMe.md @@ -20,7 +20,7 @@ The different scripts require a set of parameters. We will use the `googlechrome `00_Prepare_SwiftDialog.sh` -Parameter 4: `/var/tmp/dialog` (Path to the swiftDialog command file) +Parameter 4: `/var/tmp/dialog.log` (Path to the swiftDialog command file) Parameter 5: `Installing Google Chrome...` (text shown in the swiftDialog window above the progress bar) @@ -30,7 +30,7 @@ Parameter 6: Path to or URL for an icon in swiftDialog. This can be a path on th Parameter 4: `googlechromepkg` (the label to install) -Parameter 5: `DIALOG_CMD_FILE=\var\log\dialog.log` (the swiftDialog command file, this has to be the same value as parameter 4 in the previous script) +Parameter 5: `DIALOG_CMD_FILE=/var/tmp/dialog.log` (the swiftDialog command file, this has to be the same value as parameter 4 in the previous script) Parameter 6: `NOTIFY=silent` (disable Installomator notifications, optional) @@ -38,7 +38,7 @@ You can add more configurations to the Installomator script when needed. `zz_Quit_SwiftDialog` -Parameter 4: `/var/log/dialog.log` (the swiftDialog command file, this has to be the same value as parameter 4 in the first script) +Parameter 4: `/var/tmp/dialog.log` (the swiftDialog command file, this has to be the same value as parameter 4 in the first script) Then setup the remainder of the Jamf Policy to your needs. This works best with Self Service policies.