mirror of
https://github.com/Fishwaldo/docker-rsync.git
synced 2025-03-15 11:32:05 +00:00
Update entrypoint.sh
This commit is contained in:
parent
8e29e38bfe
commit
df9bbacad7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ mkdir -p ${VOLUME}
|
|||
|
||||
getent group ${GROUP} > /dev/null || addgroup ${GROUP}
|
||||
getent passwd ${USER} > /dev/null || adduser -D -H -G ${GROUP} ${USER}
|
||||
chown -R ${USER}:${GROUP} ${VOLUME}
|
||||
#chown -R ${USER}:${GROUP} ${VOLUME}
|
||||
mkdir /etc/rsync/
|
||||
|
||||
cat <<EOF > /etc/rsync/rsyncd.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue