mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
Update the minisig file timestamp together with the source file
This commit is contained in:
parent
92063aa76d
commit
d88d4c7bd3
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ func (source *Source) writeToCache(bin, sig []byte, now time.Time) {
|
|||
return
|
||||
}
|
||||
}
|
||||
writeErr = os.Chtimes(f, now, now)
|
||||
_ = os.Chtimes(f, now, now)
|
||||
_ = os.Chtimes(f+".minisig", now, now)
|
||||
}
|
||||
|
||||
func (source *Source) parseURLs(urls []string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue