Fix the ownership change to the library path

This commit is contained in:
flow.gunso
2020-01-14 21:18:48 +01:00
parent 8dc4c9d234
commit 648df8b9cb

View File

@@ -49,7 +49,7 @@ fi
# Set the files ownership.
#chown $UID.$GID /home/seafuser/healthcheck.sh
chown $UID.$GID /home/seafuser/entrypoint.sh
chown $UID.$GID -R /volume
chown $UID.$GID -R /library
# Run the Seafile client as the container user.
su - $UNAME << EO