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:
File diff suppressed because one or more lines are too long
@@ -3148,7 +3148,7 @@ function serviceManager()
|
|||||||
{
|
{
|
||||||
require('fs').unlinkSync(service.appLocation());
|
require('fs').unlinkSync(service.appLocation());
|
||||||
}
|
}
|
||||||
if (this.OpenBSD)
|
if (service.OpenBSD)
|
||||||
{
|
{
|
||||||
// OpenBSD specific
|
// OpenBSD specific
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user