Skip file permission check on Windows
This commit is contained in:
parent
7cb4c42772
commit
fa4226c742
3 changed files with 35 additions and 8 deletions
6
acme/localStore_windows.go
Normal file
6
acme/localStore_windows.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package acme
|
||||
|
||||
// Do not check file permissions on Windows right now
|
||||
func checkPermissions(name string) error {
|
||||
return nil
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue