Fixed typo in stopdaemons.sh - was not stopping the new memcached queue handler

This commit is contained in:
CiaranG 2009-04-28 13:05:48 +01:00
parent df6c22c4cb
commit 6a20ef71d3
1 changed files with 1 additions and 1 deletions

View File

@ -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