mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-15 17:06:48 +02:00
Update extra/entrypoint.sh
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
af613e023a
commit
936b73dfa2
1 changed files with 1 additions and 1 deletions
|
@ -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 {} \;
|
||||
|
|
Loading…
Add table
Reference in a new issue