Update paths to the Seafile entrypoint

This commit is contained in:
flow.gunso
2019-04-18 17:56:44 +02:00
parent fe5f07f20a
commit f4247ef875

View File

@@ -41,7 +41,7 @@ fi
# Set the files ownership.
chown $UID.$GID -R /home/seafuser/supervisord.conf
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/seafile-entrypoint.sh
chown $UID.$GID -R /volume
# Run the Seafile client as the container user.
@@ -51,5 +51,5 @@ su - $UNAME << EO
export SEAF_PASSWORD=$SEAF_PASSWORD
export SEAF_LIBRARY_UUID=$SEAF_LIBRARY_UUID
export UNAME=$UNAME
/bin/bash /home/seafuser/entrypoint.sh
/bin/bash /home/seafuser/seafile-entrypoint.sh
EO