@ -86,12 +86,14 @@ mktemp_dir() {
rm "${tmp}"
fi
mkdir "${tmp}"
echo "${tmp}"
}
mktemp_file() {
tmp=$(mktemp)
if ! test -f "${tmp}"; then
> "${tmp}"
The note is not visible to the blocked user.