Skip to content

Commit

Permalink
Merge pull request #100 from patrickperrone/dev
Browse files Browse the repository at this point in the history
Updated sanity check for publishing and processing server config setttings.
  • Loading branch information
patrickperrone committed Jun 6, 2017
2 parents bf917cc + dfc2972 commit a5167be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ function Test-ConfigurationSettings
}
}

if (Test-PublishingServerRole -and Test-ProcessingServerRole)
if ((Test-PublishingServerRole) -and (Test-ProcessingServerRole))
{
Write-Message "Prublishing and Processing are both enabled. The Sitecore instance cannot be a dedicated publishing and processing server at the same time." "Red" -WriteToLog $FALSE -HostConsoleAvailable $hostScreenAvailable
return $FALSE
Expand Down

0 comments on commit a5167be

Please sign in to comment.