Create function check status for other system
This commit is contained in:
parent
3a71c7e333
commit
1df5dad95c
|
|
@ -934,7 +934,7 @@ const checkMultipleRequest = async () => {
|
||||||
console.log(typeof stdout)
|
console.log(typeof stdout)
|
||||||
console.log("req.name ", req.name)
|
console.log("req.name ", req.name)
|
||||||
console.log(req.name==="Perthmint")
|
console.log(req.name==="Perthmint")
|
||||||
console.log(stdout.toString().split("true"))
|
console.log((stdout.toString().split("true").length-1)>1)
|
||||||
if(req.name==="Perthmint"){
|
if(req.name==="Perthmint"){
|
||||||
if((stdout.toString().split("true").length-1)>1){
|
if((stdout.toString().split("true").length-1)>1){
|
||||||
report.push({
|
report.push({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue