From 71b365bf8e8dd01771a1e241feac452c7384d48e Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Sun, 8 Jun 2014 16:24:35 -0400 Subject: [PATCH] Blackberry 5 - Update Arguments --- .../BlackBerry5Provider.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs index 3240d243..52594bbf 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs @@ -124,6 +124,7 @@ namespace WebsitePanel.Providers.HostedSolution //run handheldcleanup.exe if (File.Exists(file2)) { + string arguments2 = string.Format("-u -p {0} {1}", MAPIProfile, " < servername.txt"); @@ -131,7 +132,7 @@ namespace WebsitePanel.Providers.HostedSolution { string output; - int exitCode = Execute(file, arguments, out output); + int exitCode = Execute(file, arguments2, out output); if (exitCode == 0) { Log.WriteInfo(output);