1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-10 05:13:38 +00:00

freebsd fix

This commit is contained in:
Bryan Roe
2020-06-04 00:47:34 -07:00
parent 7ffd8588f8
commit 0bd84b93b1
2 changed files with 6 additions and 6 deletions

View File

@@ -325,7 +325,7 @@ function lin_xclip_copy(txt)
ch.stderr.on('data', function (c) { console.log(c.toString()); });
if (process.platform == 'freebsd')
{
ch.stdin.write('ps -axo pid -o cmd ')
ch.stdin.write('ps -axo pid -o command ')
}
else
{