fix IFS checking permissions
This commit is contained in:
parent
e55928a37b
commit
5690a58ab9
@ -32,7 +32,7 @@ for folder in "${rx_folders[@]}" ; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
# Check permissions on files
|
# Check permissions on files
|
||||||
IFS="\n"
|
IFS=$'\n'
|
||||||
for file in $(find /data -type f) ; do
|
for file in $(find /data -type f) ; do
|
||||||
if [ ! -r "${file}" ] ; then
|
if [ ! -r "${file}" ] ; then
|
||||||
log "$1" "❌" "Wrong permissions on ${file} (at least R needed for user nginx with uid 101 and gid 101)"
|
log "$1" "❌" "Wrong permissions on ${file} (at least R needed for user nginx with uid 101 and gid 101)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user