diff options
author | CiaranG <ciaran@ciarang.com> | 2009-04-28 13:05:48 +0100 |
---|---|---|
committer | CiaranG <ciaran@ciarang.com> | 2009-04-28 13:05:48 +0100 |
commit | 6a20ef71d3b2b325ce24318e2ba4483d6c8732ce (patch) | |
tree | 1d14dda5337aaedfd16e3e7de5ca69eb80590889 | |
parent | df6c22c4cb0964353414277b89f47151ff9cfd9d (diff) |
Fixed typo in stopdaemons.sh - was not stopping the new memcached queue handler
-rwxr-xr-x | scripts/stopdaemons.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stopdaemons.sh b/scripts/stopdaemons.sh index 196991de0..f6d71eddf 100755 --- a/scripts/stopdaemons.sh +++ b/scripts/stopdaemons.sh @@ -25,7 +25,7 @@ DIR=`php $SDIR/getpiddir.php` for f in jabberhandler ombhandler publichandler smshandler pinghandler \ xmppconfirmhandler xmppdaemon twitterhandler facebookhandler \ - memcachedhandler inboxhandler; do + memcachehandler inboxhandler; do FILES="$DIR/$f.*.pid" for ff in "$FILES" ; do |