mirror of
https://github.com/webmin/webmin.git
synced 2026-06-19 10:50:21 +01:00
>> doesn't update mtime
This commit is contained in:
@@ -57,9 +57,7 @@ else {
|
||||
# HTTP download failed somewhere, so fall back to the cache
|
||||
# and reset it's validity to prevent a failed retry storm
|
||||
@ann = @$cache;
|
||||
my $fh;
|
||||
open($fh, ">>$webmin_announce_cache");
|
||||
close($fh);
|
||||
&execute_command("touch ".quotemeta($webmin_announce_cache));
|
||||
}
|
||||
elsif ($err) {
|
||||
# Cannot fetch, and no cache
|
||||
|
||||
Reference in New Issue
Block a user