mirror of https://github.com/apache/lucene.git
fixed uid/gid in generated rsyncd.conf
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@392369 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64047e0b46
commit
174c830d63
|
@ -109,8 +109,8 @@ fi
|
|||
cat <<EOF > ${solr_root}/conf/rsyncd.conf
|
||||
#### rsyncd.conf file ####
|
||||
|
||||
uid = app
|
||||
gid = app
|
||||
uid = $(whoami)
|
||||
gid = $(whoami)
|
||||
use chroot = no
|
||||
list = no
|
||||
pid file = ${solr_root}/logs/rsyncd.pid
|
||||
|
|
Loading…
Reference in New Issue