1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-31 23:53:21 +00:00

Added work around for awk change in Ubuntu 20

This commit is contained in:
Bryan Roe
2022-03-29 12:09:06 -07:00
parent 6267c42931
commit cfb4f649b4
3 changed files with 5 additions and 5 deletions

View File

@@ -572,7 +572,7 @@ function monitorinfo()
child.stdin.write(' {');
child.stdin.write(' display=$4;');
child.stdin.write(' }');
child.stdin.write(' match($0, /-auth .+/,arg);');
child.stdin.write(' match($0, /-auth .+/);');
child.stdin.write(' _auth = substr($0,RSTART+6,RLENGTH-6);');
child.stdin.write(' if($1=="' + consoleuid + '" && _auth!="")');
child.stdin.write(" {");