comparison host/check_app.sh @ 1633:665049cffc02

fix path
author fffilimonov
date Tue, 14 Dec 2021 07:55:47 -0600
parents 520707a70379
children
comparison
equal deleted inserted replaced
1632:0344a535b1db 1633:665049cffc02
1 PIDS=""; 1 PIDS="";
2
3 export PATH="$PATH:/usr/local/bin";
2 4
3 function getPids() { 5 function getPids() {
4 PIDS=$(ps ax | awk '{if($0~"[r]un.luan"){print $1}}'); 6 PIDS=$(ps ax | awk '{if($0~"[r]un.luan"){print $1}}');
5 } 7 }
6 8