Skip to main content

write_empty

Function write_empty 

Source
pub fn write_empty(path: &Path) -> Result<()>
Expand description

Creates a valid, empty key file (deploy mounts require the file to exist).

ยงErrors

Fails on I/O errors; refuses to touch an existing file.