mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-20 02:03:15 +00:00
1. Added documentation for IPC Mode Self Test
2. Added IPC path check for linux
This commit is contained in:
@@ -234,7 +234,9 @@ function start()
|
||||
}
|
||||
else
|
||||
{
|
||||
ipcPath = svc.appWorkingDirectory() + 'DAIPC';
|
||||
ipcPath = svc.appWorkingDirectory();
|
||||
if (ipcPath.endsWith('/')) { ipcPath += 'DAIPC'; }
|
||||
else { ipcPath += '/DAIPC'; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user