No need for newline when running 'echo'

This commit is contained in:
Mikael Nordfeldth 2013-08-12 15:21:46 +02:00
parent 794163c31f
commit 0cb5b6fba7
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ for f in $DAEMONS; do
echo "Starting $f..."
php $f $ARGSD
echo "DONE.\n"
echo "DONE."
done