mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
TODO
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user