From 1fb7a4f94d33667e664d7a3b0ba7cecedff740b7 Mon Sep 17 00:00:00 2001 From: iBelieve Date: Sat, 22 Jun 2024 01:30:27 +0800 Subject: [PATCH] fix aria2 can not run when PUID is not equal to 0 --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) 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}