diff host/check_app.sh @ 2029:5fa5a7efc936

merge
author Violet7
date Thu, 30 Oct 2025 21:25:37 -0700
parents 677795f0a4e7
children ee75b5c12272
line wrap: on
line diff
--- a/host/check_app.sh	Thu Oct 30 21:22:03 2025 -0700
+++ b/host/check_app.sh	Thu Oct 30 21:25:37 2025 -0700
@@ -3,7 +3,7 @@
 export PATH="$PATH:/usr/local/bin";
 
 function getPids() {
-  PIDS=$(ps ax | awk '{if($0~"[r]un.luan"){print $1}}');
+  PIDS=$(ps ax | awk '{if($0~"[r]un(_host)?.luan"){print $1}}');
 }
 
 function checkStopped() {