From db08e076c6999960acdd452014c99e4279c9c675 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 9 Apr 2019 12:40:56 +0200 Subject: [PATCH] Fix the group ID change --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 78e4ade..ea1255a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -30,8 +30,8 @@ supervisord_pid=/.supervisord/supervisord.pid supervisord_log=/.supervisord/supervisord.log # Update the file ownership. -groupmod -u $GID $UNAME usermod -u $UID $UNAME +groupmod -g $GID $UNAME chown $UID.$GID -R /.seafile chown $UID.$GID -R /.supervisord chown $UID.$GID -R /volume