| 50 |
# Hrm; a previous update failed; don't report again until the file |
# Hrm; a previous update failed; don't report again until the file |
| 51 |
# is removed |
# is removed |
| 52 |
if [ -e "$SACONFIG/failed_update" ]; then |
if [ -e "$SACONFIG/failed_update" ]; then |
| 53 |
|
rm -rf "$TMPDIR" |
| 54 |
exit 0; |
exit 0; |
| 55 |
fi; |
fi; |
| 56 |
echo "$FAILUREMESSAGE" >> "$SACONFIG/failed_update" |
echo "$FAILUREMESSAGE" >> "$SACONFIG/failed_update" |
| 63 |
Please fix the problem and then remove |
Please fix the problem and then remove |
| 64 |
$SACONFIG/failed_update |
$SACONFIG/failed_update |
| 65 |
EOF |
EOF |
| 66 |
|
rm -rf "$TMPDIR" |
| 67 |
exit 1; |
exit 1; |
| 68 |
} |
} |
| 69 |
|
|