@ -117,6 +117,11 @@ else
result
fi
# FIXME: Dirty patch, needs to be improved asap
# Cleanup and exit code handling.
[ ! -f $data/$date-$country ] && rm $data/$date-$country-out
if [ ! -f $data/$date-$country ]
true
then
rm $data/$date-$country-out
exit 1
else
exit 0
The note is not visible to the blocked user.