Merge pull request #21 from UKHomeOffice/file_permissions
- changing the file permissions on the secrets
This commit is contained in:
commit
b67a1f0b2e
|
@ -165,5 +165,5 @@ func writeFile(filename string, content []byte) error {
|
||||||
}
|
}
|
||||||
glog.V(3).Infof("saving the file: %s", filename)
|
glog.V(3).Infof("saving the file: %s", filename)
|
||||||
|
|
||||||
return ioutil.WriteFile(filename, content, 0660)
|
return ioutil.WriteFile(filename, content, 0664)
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue