Create function check status for other system
This commit is contained in:
parent
62aacc1f6f
commit
3a71c7e333
|
|
@ -931,6 +931,7 @@ const checkMultipleRequest = async () => {
|
|||
if (stdout !== "") {
|
||||
allResponse+=JSON.stringify(req.name+"\n"+stdout)
|
||||
console.log("stdout ", stdout)
|
||||
console.log(typeof stdout)
|
||||
console.log("req.name ", req.name)
|
||||
console.log(req.name==="Perthmint")
|
||||
console.log(stdout.toString().split("true"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue