@ -1,6 +1,6 @@
#!/bin/sh
if [ $(id -u) -ne 0 ]; then
echo "Run script without root" > &2
echo "Run script without root" >&2
exit 1
fi
The note is not visible to the blocked user.