gerrit.sh: Correct /etc/default path in error message

Corrected /etc/default/gerrit to /etc/default/gerritcodereview in
NO_START exit message.

Change-Id: Ida5aa142c95320e16142888e8009b1e9e082f756
This commit is contained in:
Mark Keisler 2010-08-12 21:56:24 -05:00 committed by Shawn O. Pearce
parent 248853a517
commit 7c0ab611d2
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ case "$ACTION" in
printf '%s' "Starting Gerrit Code Review: "
if test 1 = "$NO_START" ; then
echo "Not starting gerrit - NO_START=1 in /etc/default/gerrit"
echo "Not starting gerrit - NO_START=1 in /etc/default/gerritcodereview"
exit 0
fi