Backberry 5 - Update executed file for handheldcleanup

This commit is contained in:
Virtuworks 2014-06-08 16:54:16 -04:00
parent 9c8aacf483
commit 978141ce67

View file

@ -130,7 +130,7 @@ namespace WebsitePanel.Providers.HostedSolution
{
string output;
int exitCode = Execute(file, arguments2, out output);
int exitCode = Execute(file2, arguments2, out output);
if (exitCode == 0)
{
Log.WriteInfo(output);