diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-12 14:39:21 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-12 14:39:21 -0800 |
commit | f8e2ad0677d6eede93e3008452e36985ea999d74 (patch) | |
tree | 79f29366b182dc933b2ed28395afc3adda56ea60 /scripts/stopdaemons.sh | |
parent | 986068d6e7119e17509f228857d55873b34da28f (diff) |
The fabled twitterqueuehandler
Diffstat (limited to 'scripts/stopdaemons.sh')
-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 08e1d4714..b69d296d3 100755 --- a/scripts/stopdaemons.sh +++ b/scripts/stopdaemons.sh @@ -24,7 +24,7 @@ SDIR=`dirname $0` DIR=`php $SDIR/getpiddir.php` for f in jabberhandler ombhandler publichandler smshandler \ - xmppconfirmhandler xmppdaemon; do + xmppconfirmhandler xmppdaemon twitterhandler ; do FILES="$DIR/$f.*.pid" for ff in "$FILES" ; do |