Fixed typo in stopdaemons.sh - was not stopping the new memcached queue handler
This commit is contained in:
parent
df6c22c4cb
commit
6a20ef71d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user