- fix synax error (bnc#657354)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=34
This commit is contained in:
2010-12-06 10:21:23 +00:00
committed by Git OBS Bridge
parent 4811185906
commit 7fc575784d
2 changed files with 6 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ case "$1" in
## the return value is set appropriately by startproc.
if test -z "$SVNSERVE_USERID" || ! (/usr/bin/id $SVNSERVE_USERID &>/dev/null) \
test -z "$SVNSERVE_GROUPID" || ! (/usr/bin/id $SVNSERVE_GROUPID;
test -z "$SVNSERVE_GROUPID" || ! (/usr/bin/id $SVNSERVE_GROUPID &>/dev/null);
then
echo "User $SVNSERVE_USERID does not exist."
echo "Please check $SVNSERVE_CONFIG before starting this service."