From 0cb5b6fba7c86b72eb73b5718f025ef2481fa899 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 12 Aug 2013 15:21:46 +0200 Subject: [PATCH] No need for newline when running 'echo' --- scripts/startdaemons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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