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 | 16adb101bc87b9abd79c1b71aba186754c131036 (patch) | |
tree | c585426ceb04f416b06542e19e76686d24e47480 /evan/evan-startup | |
parent | 68f240ac326dc551ceb17f3349911310cdfae1f2 (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 } |