summaryrefslogtreecommitdiff
path: root/ioslay-mgr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ioslay-mgr.sh')
-rwxr-xr-xioslay-mgr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ioslay-mgr.sh b/ioslay-mgr.sh
index d7ce1cb..6765d83 100755
--- a/ioslay-mgr.sh
+++ b/ioslay-mgr.sh
@@ -74,7 +74,7 @@ do
74 fi 74 fi
75 done 75 done
76 76
77 echo "pids: ($*|$(echo $procs))" >&2 77 # echo "pids: ($*|$(echo $procs))" >&2
78 if [ "$lastargs" != "$*" ] 78 if [ "$lastargs" != "$*" ]
79 then 79 then
80 [ -z "$ioslay" ] || kill $ioslay $(pgrep -P $ioslay) 80 [ -z "$ioslay" ] || kill $ioslay $(pgrep -P $ioslay)