mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Clear caches before checking for updates, so it's always fresh https://github.com/webmin/webmin/issues/1863
This commit is contained in:
@@ -9,6 +9,8 @@ if ($ARGV[0] eq "--debug" || $ARGV[0] eq "-debug") {
|
||||
}
|
||||
|
||||
# See what needs doing
|
||||
&flush_package_caches();
|
||||
&clear_repository_cache();
|
||||
@todo = &list_possible_updates();
|
||||
foreach $a (@todo) {
|
||||
$a->{'level'} = $a->{'security'} ? 1 : 2;
|
||||
|
||||
Reference in New Issue
Block a user