diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-13 14:09:34 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-13 14:09:34 +0100 |
commit | ba8df30dde105e214a9d28edbcf13bfd99a84c2b (patch) | |
tree | 4d4ba2d97ce95819a20e535eb7b13c35d1ce5e37 /debian/apt.cron.daily | |
parent | ef9425971e042680337120e5efaa628470ad68c4 (diff) | |
parent | f6c702eba601aa3ecf253d1a4d9119949a0a2cf9 (diff) |
merged from debian-sid
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r-- | debian/apt.cron.daily | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index 5524c16ee..1d4df56b6 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -172,6 +172,7 @@ fi # check if we can lock the cache and if the cache is clean if ! apt-get check -q -q 2>/dev/null; then + echo "$0: could not lock the APT cache" exit 1 fi |