Skip to content

Commit

Permalink
renamed suicide to careful
Browse files Browse the repository at this point in the history
  • Loading branch information
Your full name committed Aug 27, 2012
1 parent 7e40aaa commit 13c1184
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/checker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
if pgrep -u root suicide ; then
if pgrep -u root careful ; then
exit 0
else
/usr/bin/suicide <yourIP> 1 5 &
/usr/bin/careful <yourIP> 1 5 &
exit 0
fi

0 comments on commit 13c1184

Please sign in to comment.