diff host/check_app.sh @ 1633:665049cffc02

fix path
author fffilimonov
date Tue, 14 Dec 2021 07:55:47 -0600
parents 520707a70379
children
line wrap: on
line diff
--- a/host/check_app.sh	Tue Dec 14 07:41:01 2021 +0000
+++ b/host/check_app.sh	Tue Dec 14 07:55:47 2021 -0600
@@ -1,5 +1,7 @@
 PIDS="";
 
+export PATH="$PATH:/usr/local/bin";
+
 function getPids() {
   PIDS=$(ps ax | awk '{if($0~"[r]un.luan"){print $1}}');
 }