summaryrefslogtreecommitdiff
path: root/data/example.chk
diff options
context:
space:
mode:
Diffstat (limited to 'data/example.chk')
-rw-r--r--data/example.chk2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.chk b/data/example.chk
index fe7632417..6f2a2343d 100644
--- a/data/example.chk
+++ b/data/example.chk
@@ -34,7 +34,7 @@ cd $ANOPATH
if [ -f $ANOPIDF ]
then
ANOPID=`cat $ANOPIDF`
- if [ `ps ux| grep $ANOPROG | grep $ANOPID | grep -v -c grep` = 1 ]
+ if [ `ps auwx | grep $ANOPROG | grep $ANOPID | grep -v -c grep` = 1 ]
then
exit
fi