create the home dir
This commit is contained in:
parent
8d23222e95
commit
41693bebbb
|
@ -68,7 +68,7 @@ fn home_dir(uid: u32) -> Vec<String> {
|
||||||
|
|
||||||
vec![
|
vec![
|
||||||
"--dir".to_string(),
|
"--dir".to_string(),
|
||||||
user_dir.clone(),
|
home_dir.clone(),
|
||||||
"--setenv".to_string(),
|
"--setenv".to_string(),
|
||||||
"HOME".to_string(),
|
"HOME".to_string(),
|
||||||
home_dir,
|
home_dir,
|
||||||
|
|
Loading…
Reference in a new issue