Skip to content

Commit

Permalink
spell fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
htcfreek committed Apr 4, 2023
1 parent 4c6aaf6 commit 49f75f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Log levels:
WARNING : Something that might need some action.
NOTICE : An information that is important.
INFORMATION : Normal execution information. (No prefix in the log text.)
DEBUG : Information needed when analysing problems. (No prefix in the log text and written to "Host" log only.)
DEBUG : Information needed when analyzing problems. (No prefix in the log text and written to "Host" log only.)
Changes (Date / Version / Author / Change):
2022-11-11 / 0.1 / htcfreek / Initial pre-release version of the package.
Expand Down Expand Up @@ -214,7 +214,7 @@ function Update-ClientMgmtConfiguration([int]$IntuneSyncTimeout)

# Setting "on error delay" to 5 seconds and exit with error code other than 0 to reboot immediately and restart the package execution.
Set-EmpirumAgentSetting -Key "Matrix42.Platform.Service.Extension.PeAgent.DelayOnErrorInSeconds" -Value 5
ExitWithCodeMessage -errorCode 504 -errorMessage "NOTICE: Initiating a reboot to continue the package execution afterwards ..." -isAbortReboot
ExitWithCodeMessage -errorCode 504 -errorMessage "NOTICE: Rebooting the client, to continue the package execution afterwards ..." -isAbortReboot
}

# If the device is joined to a local Active Directory, then update the GPOs.
Expand Down

0 comments on commit 49f75f3

Please sign in to comment.