Fix if -eq typo
This commit is contained in:
Родитель
f0a6238f57
Коммит
a6bc0c8c6f
|
@ -123,7 +123,7 @@
|
||||||
$FileArray = "P00", "P01", "P06", "P16", "P17", "P32"
|
$FileArray = "P00", "P01", "P06", "P16", "P17", "P32"
|
||||||
$PingDuration = $TestSeconds
|
$PingDuration = $TestSeconds
|
||||||
$LoadDuration = $TestSeconds + 10
|
$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
|
[String]$HostPort = [string]$RemoteHost + ":" + [String]$PingPort
|
||||||
|
|
||||||
# 3. Clear old run files
|
# 3. Clear old run files
|
||||||
|
|
Загрузка…
Ссылка в новой задаче