Make change

This commit is contained in:
Virtuworks 2014-06-08 16:09:24 -04:00
parent 41eb70906b
commit f799ad522f

View file

@ -124,9 +124,9 @@ namespace WebsitePanel.Providers.HostedSolution
//run handheldcleanup.exe
if (File.Exists(file2))
{
string arguments2 = string.Format("-u -p {0} {1} ",
string arguments2 = string.Format("-u -p {0} {1}",
MAPIProfile,
"< servername.txt");
" < servername.txt");
try
{
string output;