From 3b528f1b122994979f0b2fb43f29aaa2c3c8af2d Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 9 Apr 2019 10:40:18 +0200 Subject: [PATCH] Update files ownership at entrypoint using @c6039412427e94592838728eff8b5583f40e7106 --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 3cec95b..67298f9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -29,6 +29,8 @@ supervisord_conf=/.supervisord/supervisord.conf supervisord_pid=/.supervisord/supervisord.pid supervisord_log=/.supervisord/supervisord.log +# Update the file ownership. +/bin/bash /change-ownership.sh # Safely initialize Seafile. /usr/bin/seaf-cli init -d /.seafile while [ ! -f $seafile_ini ]; do sleep 1; done