summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/startdaemons.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/startdaemons.sh b/scripts/startdaemons.sh
index 4ba7e6872..a862b9dfe 100755
--- a/scripts/startdaemons.sh
+++ b/scripts/startdaemons.sh
@@ -22,7 +22,7 @@
export INSTALLDIR=$1
-for f in xmppdaemon.php xmppqueuehandler.php publicqueuehandler.php \
+for f in xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php \
xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php; do
echo -n "Starting $f...";