projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
794163c
)
No need for newline when running 'echo'
author
Mikael Nordfeldth
<mmn@hethane.se>
Mon, 12 Aug 2013 13:21:46 +0000
(15:21 +0200)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Mon, 12 Aug 2013 13:22:23 +0000
(15:22 +0200)
scripts/startdaemons.sh
patch
|
blob
|
history
diff --git
a/scripts/startdaemons.sh
b/scripts/startdaemons.sh
index 7d856e7501573f2566dd43e075563fbaaa5bb728..7c92f9f45940dbe53a85177e7085b6d982128ae9 100755
(executable)
--- 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