From 968179cf7b9e1a633c283745da15755d8de4acbd Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sun, 1 Sep 2013 18:34:34 +0200 Subject: Remove invalid "-f" option for apt-get check Thanks to Philipp Weis (closes: #721477) --- debian/apt.cron.daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index 2665b6579..3f9df9d7e 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -375,7 +375,7 @@ fi check_power || exit 0 # check if we can lock the cache and if the cache is clean -if which apt-get >/dev/null && ! eval apt-get check -f $XAPTOPT $XSTDERR ; then +if which apt-get >/dev/null && ! eval apt-get check $XAPTOPT $XSTDERR ; then debug_echo "error encountered in cron job with \"apt-get check\"." exit 0 fi -- cgit v1.2.3