@ -23,7 +23,7 @@ do
then
out=$(rmdir -v "$file" 2>&1)
[ $? -eq 0 ] && echo $out
elif [ -e "$file" ]
elif [[ -L "$file" || -e "$file" ]]
rm -vf "$file"
else
The note is not visible to the blocked user.