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