Hello,
When I type this line in TEXT zone in conky, it works perfectly.
${if_match ${tcp_portmon 1 65535 lservice 0} <= 32767}${else}test1${endif}
But when I type this line in TEXT zone, it doesn't work.
${if_match ${tcp_portmon 1 65535 lservice 0} >= 32767}${else}test2${endif}
It's a bug or it's just me ?
Regards.