also check for boundary pid
This commit is contained in:
parent
4aa4448d81
commit
fa8147e1bb
@ -24,6 +24,12 @@ while true; do
|
||||
else
|
||||
echo "$(date): agentapi pid: $agentapi_pid"
|
||||
fi
|
||||
boundary_pid=$(pidof boundary)
|
||||
if [ -z "$boundary_pid" ]; then
|
||||
echo "$(date): boundary process not found"
|
||||
else
|
||||
echo "$(date): boundary pid: $boundary_pid"
|
||||
fi
|
||||
sleep 1
|
||||
continue
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user