diff --git a/README.md b/README.md index 140329a..8952fcb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This script has been tested on OS X 10.11.5 upgrading to macOS Sierra 10.12.2 wi When you open the script you will find some user variables defined on lines 57-73. Here you can specify the message that is displayed to the end user while the script is running and preparing the computer to upgrade to macOS Sierra. -Also, if you decide not to stage the macOS Sierra Installer in /Users/Shared/, you will need to update the paths on lines 73, 115 and 169. +Also, if you decide not to stage the macOS Sierra Installer in /Users/Shared/, you will need to update the paths on lines 73, 115 and 170. **Stagging macOS Sierra Installer** diff --git a/macOS10.12Upgrade.sh b/macOS10.12Upgrade.sh index 8a45354..7016968 100644 --- a/macOS10.12Upgrade.sh +++ b/macOS10.12Upgrade.sh @@ -114,6 +114,7 @@ fi ## Clean up files /bin/rm -fdr /Users/Shared/Install\ macOS\ Sierra.app /bin/sleep 2 +/usr/local/jamf/bin/jamf recon ## Remove LaunchDaemon /bin/launchctl unload -w /Library/LaunchDaemons/com.jamfps.cleanupOSInstall.plist @@ -159,7 +160,7 @@ if [[ ${pwrStatus} == "OK" ]] && [[ ${spaceStatus} == "OK" ]]; then jamfHelperPID=$(echo $!) fi if [[ ${userDialog} == 1 ]]; then - /bin/echo "Launching jamfHelper as FullScreen..." + /bin/echo "Launching jamfHelper as Utility Window..." /Library/Application\ Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper -windowType utility -title "$title" -icon "$icon" -heading "$heading" -description "$description" -iconSize 100 & jamfHelperPID=$(echo $!) fi