| 52 |
if [ -e "$SACONFIG/failed_update" ]; then |
if [ -e "$SACONFIG/failed_update" ]; then |
| 53 |
exit 0; |
exit 0; |
| 54 |
fi; |
fi; |
| 55 |
echo "$FAILURE_MESSAGE" >> "$SACONFIG/failed_update" |
echo "$FAILUREMESSAGE" >> "$SACONFIG/failed_update" |
| 56 |
echo "$FAILURE_MESSAGE"; |
echo "$FAILUREMESSAGE"; |
| 57 |
echo |
cat - <<EOF; |
| 58 |
echo "update_spamassassin will not report any additional errors until this is fixed" |
|
| 59 |
|
Update_spamassassin will not report any additional errors until this |
| 60 |
|
is fixed. |
| 61 |
|
|
| 62 |
|
Please fix the problem and then remove |
| 63 |
|
$SACONFIG/failed_update |
| 64 |
|
EOF |
| 65 |
exit 1; |
exit 1; |
| 66 |
} |
} |
| 67 |
|
|