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 {} \;