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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user