better feedback when starting daemons

darcs-hash:20080904192851-84dde-91b7e3bd9cadb760224fee14418fc37c44e2b7c7.gz
This commit is contained in:
Evan Prodromou 2008-09-04 15:28:51 -04:00
parent c8be6fc095
commit febfde227d
1 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,8 @@ export INSTALLDIR=$1
for f in xmppdaemon.php xmppqueuehandler.php publicqueuehandler.php \
xmppconfirmhandler.php smsqueuehandler.php ombqueuehandler.php; do
php $INSTALLDIR/scripts/$f;
echo -n "Starting $f...";
php $INSTALLDIR/scripts/$f;
echo "DONE."
done