Preserve environment when starting Seafile

This commit is contained in:
flow.gunso
2019-04-09 16:36:53 +02:00
parent 9f82f02ec5
commit e23d93338e

View File

@@ -44,4 +44,4 @@ chown $UID.$GID -R /home/seafuser/infinite-seaf-cli-start.sh
chown $UID.$GID -R /home/seafuser/entrypoint.sh chown $UID.$GID -R /home/seafuser/entrypoint.sh
# Run the Seafile client as the container user. # Run the Seafile client as the container user.
su - $UNAME -c "/bin/bash /home/seafuser/entrypoint.sh" su - $UNAME -m -c "/bin/bash /home/seafuser/entrypoint.sh"