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 | 0633efeb8f06423e6b300764890b0af7f32cf89d (patch) | |
tree | 5adf12b0f26b27c02ed1f4c17d558085c1d6fad0 /evan/evan-startup | |
parent | 4ee8976b04dac8dbfc25b8325526c158fce87990 (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 } |