mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-23 16:25:18 +00:00
DnsApplicationManager: fixed minor issue in UninstallApplication().
This commit is contained in:
@@ -271,10 +271,10 @@ namespace DnsServerCore.Dns.Applications
|
||||
RefreshAppObjectLists();
|
||||
|
||||
app.Dispose();
|
||||
}
|
||||
|
||||
if (Directory.Exists(app.DnsServer.ApplicationFolder))
|
||||
Directory.Delete(app.DnsServer.ApplicationFolder, true);
|
||||
if (Directory.Exists(app.DnsServer.ApplicationFolder))
|
||||
Directory.Delete(app.DnsServer.ApplicationFolder, true);
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user