Skip to content

Commit

Permalink
Update VbrConnect.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
rschitz committed May 11, 2023
1 parent 51d287d commit 19cae6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt/veeam/VbrConnect.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ param([Parameter (Mandatory=$true)] [string] $server, [Parameter (Mandatory=$tru
Set-Content -Path Env:HOME -Value '/tmp'

if (!$(Test-Connection -TargetName $server -TcpPort 9419 -TimeoutSeconds 2)) {
Write-Host "$server is not answering at TCP:9419"
Write-Host "$server is not answering at TCP:9419 check if VeeamBackupRESTSvc is running"
exit 1
}

Expand Down

0 comments on commit 19cae6a

Please sign in to comment.