From: Mikael Nordfeldth Date: Mon, 12 Aug 2013 13:21:46 +0000 (+0200) Subject: No need for newline when running 'echo' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0cb5b6fba7c86b72eb73b5718f025ef2481fa899;p=quix0rs-gnu-social.git No need for newline when running 'echo' --- diff --git a/scripts/startdaemons.sh b/scripts/startdaemons.sh index 7d856e7501..7c92f9f459 100755 --- a/scripts/startdaemons.sh +++ b/scripts/startdaemons.sh @@ -41,6 +41,6 @@ for f in $DAEMONS; do echo "Starting $f..." php $f $ARGSD - echo "DONE.\n" + echo "DONE." done