Skip to content

Commit

Permalink
Fix name for pgrep to use
Browse files Browse the repository at this point in the history
  • Loading branch information
yonchu committed Jan 13, 2013
1 parent 1f46c9b commit 503ef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_melty_blood_bot
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PROG=$(basename "$0")
LOCKFILE="$CWD/$PROG".lock
PIDFILE="$CWD/$PROG".pid

PNAME_FOR_PGREP="$0 start"
PNAME_FOR_PGREP="$PROG start"

start() {
"$CWD/melty_blood_bot.py" "$@"
Expand Down

0 comments on commit 503ef8e

Please sign in to comment.