forked from lix-project/lix-installer
Gobble a specific stderr which was erroring when it shouldn't (#98)
This commit is contained in:
parent
f58280a11a
commit
0e4fcd3c3b
|
@ -77,6 +77,7 @@ impl Action for CreateUser {
|
|||
.args([".", "-read", &format!("/Users/{name}")])
|
||||
.stdin(std::process::Stdio::null())
|
||||
.stdout(std::process::Stdio::null())
|
||||
.stderr(std::process::Stdio::piped())
|
||||
.status()
|
||||
.await
|
||||
.map_err(ActionError::Command)?
|
||||
|
|
Loading…
Reference in a new issue