Signed-off-by: fbt <fbt@fleshless.org>
@@ -442,7 +442,15 @@ main() {
(( ${#args[@]} )) || return 1
for t in "${args[@]}"; do
upload "$t"
if [[ -s "$t" ]]; then
else
if [[ -f "$t" ]]; then
err "$t is empty"
err "$t not found"
fi
done
;;
The note is not visible to the blocked user.