fix(updater): fixed the iowa2 server so it has the correct port

This commit is contained in:
2025-04-01 18:49:48 -05:00
parent e335225807
commit dd62ceb133

View File

@@ -356,7 +356,7 @@ try {
$gatewayport = "4401" $gatewayport = "4401"
$systemport = "4201" $systemport = "4201"
$ocmeport = "4301" $ocmeport = "4301"
$appport = "4901" $appport = "4401"
} }
if ($token -in @("test1", "test2", "test3")) { if ($token -in @("test1", "test2", "test3")) {