From 4a3d02b2fc7b5bd5b3a24d16573c7335dd975ba2 Mon Sep 17 00:00:00 2001 From: Trudy Date: Wed, 6 Dec 2023 08:53:26 -0800 Subject: [PATCH] fix managementSecret in WinServer --- VpnHood.Server.App.Net/Pub/Win/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VpnHood.Server.App.Net/Pub/Win/install.ps1 b/VpnHood.Server.App.Net/Pub/Win/install.ps1 index b783865d2..d0268f55c 100644 --- a/VpnHood.Server.App.Net/Pub/Win/install.ps1 +++ b/VpnHood.Server.App.Net/Pub/Win/install.ps1 @@ -106,7 +106,7 @@ if ("$httpBaseUrl" -ne "") { BaseUrl = $httpBaseUrl; Authorization = $httpAuthorization; }; - managementSecret = $managementSecret; + ManagementSecret = $managementSecret; }; # publish info