diff options
author | root <root@krebs> | 2011-06-30 01:03:39 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-06-30 01:03:39 +0200 |
commit | 12a72e1e32810ea5e89d2d8731817fd283fc2c26 (patch) | |
tree | d2cab63948b33321aa046659fc64836441ef5645 /evan/evan-startup | |
parent | dbad0afe8d4da3577c0fa5842ebcd6e4dac91525 (diff) |
updated evan
fixed Makefil
fixed everything else
Diffstat (limited to 'evan/evan-startup')
-rwxr-xr-x | evan/evan-startup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evan/evan-startup b/evan/evan-startup index a3370bd1..8a7f8daa 100755 --- a/evan/evan-startup +++ b/evan/evan-startup @@ -34,6 +34,7 @@ start() { stop() { [ ! -e $PIDFILE ] && echo "$PIDFILE does not exist" && return kill `cat $PIDFILE` + #killall evan rm $PIDFILE } |