]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
No need for newline when running 'echo'
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 12 Aug 2013 13:21:46 +0000 (15:21 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 12 Aug 2013 13:22:23 +0000 (15:22 +0200)
scripts/startdaemons.sh

index 7d856e7501573f2566dd43e075563fbaaa5bb728..7c92f9f45940dbe53a85177e7085b6d982128ae9 100755 (executable)
@@ -41,6 +41,6 @@ for f in $DAEMONS; do
 
          echo "Starting $f..."
         php $f $ARGSD
-        echo "DONE.\n"
+        echo "DONE."
 
 done