Hello,
I have added the line
chmod a+r /dev/vcio
to /opt/bootlocal.sh and then I have run
filetool.sh -b
Yet, after the reboot, although /opt/bootlocal.sh contains the line I added at the bottom of it, it is still:
tc@pCP:~$ ls -ali /dev/vcio
962 crw------- 1 root root 10, 126 Jan 1 1970 /dev/vcio
On the other hand, if I manually run
sudo chmod a+r /dev/vcio
Then the permissions change
tc@pCP:~$ ls -ali /dev/vcio
962 crw-r--r-- 1 root root 10, 126 Jan 1 1970 /dev/vcio
But still Raspi Check cannot get the temperature