1
Fork 0

create the home dir

This commit is contained in:
Jan-Erik Rediger 2024-05-25 01:14:36 +02:00
parent 8d23222e95
commit 41693bebbb

View file

@ -68,7 +68,7 @@ fn home_dir(uid: u32) -> Vec<String> {
vec![
"--dir".to_string(),
user_dir.clone(),
home_dir.clone(),
"--setenv".to_string(),
"HOME".to_string(),
home_dir,