Przeglądaj źródła

Remove invalid "-f" option for apt-get check

Thanks to Philipp Weis (closes: #721477)
Michael Vogt 13 lat temu
rodzic
commit
968179cf7b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      debian/apt.cron.daily

+ 1 - 1
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