diff --git a/entrypoint.sh b/entrypoint.sh index 5c086ef..b93827f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash chown -R ${PUID}:${PGID} /opt/alist/ +chown -R ${PUID}:${PGID} /root/ umask ${UMASK}