Skip to content

Commit

Permalink
try to fix issue with script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiestephenkerr authored and cal-nic committed Oct 18, 2024
1 parent 7087079 commit 280f211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/blaise/add_cma_serverpark.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function ServerParkExists {
-port:$env:ENV_BLAISE_CONNECTION_PORT `
-user:$env:ENV_BLAISE_ADMIN_USER `
-password:$env:ENV_BLAISE_ADMIN_PASSWORD `
| findstr -i $ServerParkName
| findstr -i "$ServerParkName"

If ([string]::IsNullOrEmpty($exists)) {
return $false
Expand Down

0 comments on commit 280f211

Please sign in to comment.