]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/startdaemons.sh
No need for newline when running 'echo'
[quix0rs-gnu-social.git] / 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