better feedback when starting daemons
darcs-hash:20080904192851-84dde-91b7e3bd9cadb760224fee14418fc37c44e2b7c7.gz
This commit is contained in:
parent
c8be6fc095
commit
febfde227d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user