Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 87f0cb4

Browse files
axtlossMichal S
axtloss
authored and
Michal S
committed
create proper path
Signed-off-by: axtloss <[email protected]>
1 parent 7a9e68c commit 87f0cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/users.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub fn new_user(username: &str, hasroot: bool, password: &str, do_hash_pass: boo
6767
"Add pwfeedback to sudoers",
6868
);
6969
files_eval(
70-
files::create_directory("/mnt/var/lib/AccountsService"),
70+
files::create_directory("/mnt/var/lib/AccountsService/users/"),
7171
"Create /mnt/var/lib/AcountsService",
7272
);
7373
files::create_file(&format!("/mnt/var/lib/AccountsService/users/{}", username));

0 commit comments

Comments
 (0)