From 5382c5c6e1b32c5251b101060b5c12de0eedbe6c Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Thu, 18 Apr 2019 18:02:23 +0200 Subject: [PATCH] Revert back to not named entrypoints --- assets/docker-entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/docker-entrypoint.sh b/assets/docker-entrypoint.sh index 63f6082..23906f8 100644 --- a/assets/docker-entrypoint.sh +++ b/assets/docker-entrypoint.sh @@ -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/seafile-entrypoint.sh +chown $UID.$GID -R /home/seafuser/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/seafile-entrypoint.sh + /bin/bash /home/seafuser/entrypoint.sh EO \ No newline at end of file