@@ -6,8 +6,8 @@
set -e
# Get current user's UID and GID
export HOST_UID=$(id -u)
export HOST_GID=$(id -g)
export USER_ID=$(id -u)
export GROUP_ID=$(id -g)
# Check if service name is provided
if [ $# -eq 0 ]; then
The note is not visible to the blocked user.