1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 07:43:50 +00:00

Fixed service uninstall cleanup, for OpenBSD

This commit is contained in:
Bryan Roe
2021-08-31 18:25:52 -07:00
parent d4cdabef31
commit c7d0a827e7
2 changed files with 3 additions and 3 deletions

View File

@@ -3148,7 +3148,7 @@ function serviceManager()
{
require('fs').unlinkSync(service.appLocation());
}
if (this.OpenBSD)
if (service.OpenBSD)
{
// OpenBSD specific
try