Skip to content

Commit

Permalink
Revert "Silence grep"
Browse files Browse the repository at this point in the history
This reverts commit 88fb871.
  • Loading branch information
michaelklishin committed Aug 30, 2012
1 parent 88fb871 commit 3e27768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_environment/kestrel/templates/ubuntu/kestrel.init.erb
Expand Up @@ -105,7 +105,7 @@ is_running()
{
if [ -f $PID_FILE ]; then
pid=`cat $PID_FILE`
grep -Eq "$CMD_PATT" "/proc/$pid/cmdline" >/dev/null 2>/dev/null && return 0
grep -Eq "$CMD_PATT" "/proc/$pid/cmdline" 2>/dev/null && return 0
return 1
fi
return 3
Expand Down

0 comments on commit 3e27768

Please sign in to comment.