The rsync command in getremotelogs.sh now uses rsync -xav. This makes that it syns specific file permissions, which in some cases makes that the file permissions are not working in combination with the docker file permissions.
Solution, use rsync -rav.
Upon change, please also verify if there needs to be done a chmod on the www logs dir.
The rsync command in getremotelogs.sh now uses rsync -xav. This makes that it syns specific file permissions, which in some cases makes that the file permissions are not working in combination with the docker file permissions. Solution, use rsync -rav.
Upon change, please also verify if there needs to be done a
chmod
on the www logs dir.