stdout is not being passed correctly?

后端 未结 1 1915
后悔当初
后悔当初 2021-01-27 06:49

Peculiar problem. For some reason, the value in stdout is not being recognized correctly. What I am trying to do is to grep value of the port being listened on and try to match.

相关标签:
1条回答
  • 2021-01-27 07:23

    Forcefully cast stdout string to number: (kafka_prom_port == prom_status.stdout|int)

    0 讨论(0)
提交回复
热议问题