We have a FacebookQueueHandler now. The update_facebook.php cron

script is totally deprecated.
This commit is contained in:
Zach Copley
2009-02-13 05:42:00 +00:00
parent 47e595b092
commit 4b7ee5455f
5 changed files with 100 additions and 145 deletions

View File

@@ -24,7 +24,7 @@ SDIR=`dirname $0`
DIR=`php $SDIR/getpiddir.php`
for f in jabberhandler ombhandler publichandler smshandler \
xmppconfirmhandler xmppdaemon twitterhandler ; do
xmppconfirmhandler xmppdaemon twitterhandler facebookhandler ; do
FILES="$DIR/$f.*.pid"
for ff in "$FILES" ; do