This commit is contained in:
Jon Ormond 2017-08-01 18:03:30 -07:00 коммит произвёл GitHub
Родитель f0a6238f57
Коммит a6bc0c8c6f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -123,7 +123,7 @@
$FileArray = "P00", "P01", "P06", "P16", "P17", "P32"
$PingDuration = $TestSeconds
$LoadDuration = $TestSeconds + 10
If ($RemoteHostOS="Windows") {$PingPort="3389"} Else {$PingPort="22"}
If ($RemoteHostOS -eq "Windows") {$PingPort="3389"} Else {$PingPort="22"}
[String]$HostPort = [string]$RemoteHost + ":" + [String]$PingPort
# 3. Clear old run files