From 8a79d04d8c30255e3ab7b11bac2ff3da46fc0f9e Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Fri, 19 Apr 2019 13:46:37 +0200 Subject: [PATCH] Explicitly add a probable issue to follow up --- 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 23906f8..d7460f5 100644 --- a/assets/docker-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 if the $UID already exists ? + # TODO: What if the $UID already exists ? fi # Change the group, if the $GID changed.