From 587821bfff124e14b07d65660b57ffb602179de0 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 9 Apr 2019 16:11:42 +0200 Subject: [PATCH] Rename as the Docker's entrypoint and move into assets --- entrypoint.sh => assets/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename entrypoint.sh => assets/docker-entrypoint.sh (97%) diff --git a/entrypoint.sh b/assets/docker-entrypoint.sh similarity index 97% rename from entrypoint.sh rename to assets/docker-entrypoint.sh index fdcf103..c20f4d4 100644 --- a/entrypoint.sh +++ b/assets/docker-entrypoint.sh @@ -25,7 +25,7 @@ if [ -z $SEAF_LIBRARY_UUID ]; then echo "The \$SEAF_LIBRARY_UUID was not defined # Update the user ID, if the $UID changed. if [ "$UID" != "1000" ]; then usermod -u $UID $UNAME - # What the $UID already exists ? + # What if the $UID already exists ? fi # Change the group, if the $GID changed.