Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiestephenkerr committed Dec 8, 2023
1 parent 347a5d1 commit 32c46ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Blaise/configure_blaise_serverpark.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function ConfigureServerpark{

Write-Host "Configuring server park to run in disconnected mode"

c:\blaise5\bin\servermanager -addserverpark:$BlaiseServerPark -server:$managementNode -runmode:thinclient -syncsurveyswhenconnected:false -binding:http -port:$connectionPort -user:$blaiseUserName -password:$blaisePassword
c:\blaise5\bin\servermanager -editserverpark:$BlaiseServerPark -server:$managementNode -runmode:thinclient -syncsurveyswhenconnected:false -binding:http -port:$connectionPort -user:$blaiseUserName -password:$blaisePassword

Write-Host "Configured server park to run in disconnected mode"
}
Expand Down

0 comments on commit 32c46ad

Please sign in to comment.