@@ -0,0 +1,10 @@
#!/bin/bash
if [ "$EUID" != 0 ]; then
sudo "$0" "$@"
exit $?
fi
cp -r ./overlay/* /
chmod +x /usr/bin/calibration-helper
chmod +x /usr/bin/launch-calibration
The note is not visible to the blocked user.