projects
/
spamassassin_config.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add blars changes
[spamassassin_config.git]
/
update_spamassassin
diff --git
a/update_spamassassin
b/update_spamassassin
index
ab9bdc5
..
1769913
100755
(executable)
--- a/
update_spamassassin
+++ b/
update_spamassassin
@@
-50,6
+50,7
@@
function report_failure(){
# Hrm; a previous update failed; don't report again until the file
# is removed
if [ -e "$SACONFIG/failed_update" ]; then
# Hrm; a previous update failed; don't report again until the file
# is removed
if [ -e "$SACONFIG/failed_update" ]; then
+ rm -rf "$TMPDIR"
exit 0;
fi;
echo "$FAILUREMESSAGE" >> "$SACONFIG/failed_update"
exit 0;
fi;
echo "$FAILUREMESSAGE" >> "$SACONFIG/failed_update"
@@
-62,6
+63,7
@@
is fixed.
Please fix the problem and then remove
$SACONFIG/failed_update
EOF
Please fix the problem and then remove
$SACONFIG/failed_update
EOF
+ rm -rf "$TMPDIR"
exit 1;
}
exit 1;
}