fix: use legacy SCP for Argus packages

This commit is contained in:
Курнат Андрей
2026-07-21 21:48:49 +03:00
parent cf82ab61eb
commit b115f76e76
+1
View File
@@ -141,6 +141,7 @@ $remoteTarget = "$SshUser@$SshHost"
$remoteSourceFile = "/tmp/$packageFile"
Invoke-CheckedNativeCommand -FilePath "scp" -Arguments @(
"-O",
$packagePath,
"$remoteTarget`:$remoteSourceFile"
)