]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better feedback when starting daemons
authorEvan Prodromou <evan@prodromou.name>
Thu, 4 Sep 2008 19:28:51 +0000 (15:28 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 4 Sep 2008 19:28:51 +0000 (15:28 -0400)
darcs-hash:20080904192851-84dde-91b7e3bd9cadb760224fee14418fc37c44e2b7c7.gz

scripts/startdaemons.sh

index 6cb0108000bac3fbb9179f45f307af85cb9e0922..4ba7e68722d5875a4809ba117f2c27650949d535 100755 (executable)
@@ -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