This commit is contained in:
Alex Dadgar
2017-03-11 13:56:19 -08:00
parent 8caf9ebb8d
commit ea18d6f309

View File

@@ -17,6 +17,7 @@ func unlinkDir(dir string) error {
// createSecretDir creates the secrets dir folder at the given path
func createSecretDir(dir string) error {
// TODO solaris has support for tmpfs so use that
return os.MkdirAll(dir, 0777)
}