Fix an env var name

This commit is contained in:
flow.gunso
2019-04-09 17:19:41 +02:00
parent b5831b6ae7
commit 66e100ab81

View File

@@ -45,7 +45,7 @@ chown $UID.$GID -R /home/seafuser/entrypoint.sh
# Run the Seafile client as the container user.
su - $UNAME -c ' \
export SEAFILE_SERVER_URL=$SEAFILE_SERVER_URL ;\
export SEAF_SERVER_URL=$SEAF_SERVER_URL ;\
export SEAF_USERNAME=$SEAF_USERNAME ;\
export SEAF_PASSWORD=$SEAF_PASSWORD ;\
export SEAF_LIBRARY_UUID=$SEAF_LIBRARY_UUID ;\