summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2011-07-18 11:50:21 +0000
committerJan Lehnardt <jan@apache.org>2011-07-18 11:50:21 +0000
commitce52aad5588f752e73d36c6d697c9f6888248779 (patch)
treec010dc3f45b96e6707b38e1bdaec73bc218d3887 /bin
parent9cc48155d4bc2eb601715ae230a33b177e2f7314 (diff)
downloadcouchdb-ce52aad5588f752e73d36c6d697c9f6888248779.tar.gz
remove extra double quotes from message
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1147821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r--bin/couchdb.tpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in
index 94d474390..370bdb4a2 100644
--- a/bin/couchdb.tpl.in
+++ b/bin/couchdb.tpl.in
@@ -163,7 +163,7 @@ check_status () {
return $SCRIPT_OK
else
echo >&2 << EOF
-Apache CouchDB is not running but a stale PID file exists: $PID_FILE"
+Apache CouchDB is not running but a stale PID file exists: $PID_FILE
EOF
fi
else