From: Evan Prodromou Date: Wed, 2 Dec 2009 16:07:44 +0000 (-0500) Subject: add pluginhandler to list of daemons to shut down X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ba4fd15abd2978439118ed167cbaa4973548b68c;p=quix0rs-gnu-social.git add pluginhandler to list of daemons to shut down --- diff --git a/scripts/stopdaemons.sh b/scripts/stopdaemons.sh index 55b404c1ad..90e7331ca4 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 \ - twitterstatusfetcher synctwitterfriends; do + twitterstatusfetcher synctwitterfriends pluginhandler; do FILES="$DIR/$f.*.pid" for ff in "$FILES" ; do