aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-08-18 23:56:08 +0200
committerTom Gundersen <teg@jklm.no>2011-08-18 23:56:08 +0200
commita5967ed214a194b54647342f38ae78d695d497a1 (patch)
tree8f008e140b5bc782c54201edd0456aea4971c7de /functions
parent4ef7a256acddfdd0cbb54e9018f0d8fadbc0cae1 (diff)
downloadinitscripts-a5967ed214a194b54647342f38ae78d695d497a1.tar.xz
functions: fix typo in warning message
Fixes #25623. Reported-by: Segej Puykin <arch@sergej.pp.ru> Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index f42c21e..bd05fa8 100644
--- a/functions
+++ b/functions
@@ -7,7 +7,7 @@ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
if [[ $1 == "start" ]]; then
if [[ $STARTING ]]; then
- echo "A daemon is starting another daemon, this is unlikely to work as intended.\n"
+ echo "A daemon is starting another daemon, this is unlikely to work as intended."
else
export STARTING=1
fi