From 936b73dfa24984b17bc89830bd58f739c9721fda Mon Sep 17 00:00:00 2001 From: Sem <86064734+justSem@users.noreply.github.com> Date: Sat, 2 Apr 2022 21:39:42 +0200 Subject: [PATCH] Update extra/entrypoint.sh Co-authored-by: Adam Stachowicz --- extra/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/entrypoint.sh b/extra/entrypoint.sh index 64cd3863f..29c866872 100644 --- a/extra/entrypoint.sh +++ b/extra/entrypoint.sh @@ -24,7 +24,7 @@ files_ownership () { echo "Directory permission fix succesful! Continuing." fi - #Check the R/W permissions on the files + # Check the R/W permissions on the files if [ $(stat -c%a /app/data/* | head -n 1) != 640 ]; then echo "File permissions incorrect. Attempting to fix." find /app/data -type f -exec chmod 640 {} \;