From 66e100ab813fe4e1e8394ad56432a53f27f92ae8 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 9 Apr 2019 17:19:41 +0200 Subject: [PATCH] Fix an env var name --- assets/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/docker-entrypoint.sh b/assets/docker-entrypoint.sh index fe911fb..44b7075 100644 --- a/assets/docker-entrypoint.sh +++ b/assets/docker-entrypoint.sh @@ -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 ;\