- 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:
@@ -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."
|
||||
|
Reference in New Issue
Block a user