1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-26 05:03:15 +00:00

Fixed bug with service.appWorkingDirectory() on freebsd

This commit is contained in:
Bryan Roe
2021-02-09 20:19:57 -08:00
parent 9d17164f31
commit e581505ba9
2 changed files with 4 additions and 4 deletions

View File

@@ -1101,7 +1101,7 @@ function serviceManager()
child.stdin.write(' gsub(/"/,"",$2);');
child.stdin.write(' gsub("/$","",$2);');
child.stdin.write(' gsub(/\\\\ /," ",$2);');
child.stdin.write(' print $2;');
child.stdin.write(' printf "%s/",$2;');
child.stdin.write("}'");
child.stdin.write('\nexit\n');
child.waitExit();