remove useless format!

axtloss/rework-partitioning
axtloss 2 years ago committed by Michal S
parent d9f2167e74
commit 7a9e68cb08

@ -68,7 +68,7 @@ pub fn new_user(username: &str, hasroot: bool, password: &str, do_hash_pass: boo
);
files_eval(
files::create_directory("/mnt/var/lib/AccountsService"),
format!("Create /mnt/var/lib/AcountsService").as_str(),
"Create /mnt/var/lib/AcountsService",
);
files::create_file(&format!("/mnt/var/lib/AccountsService/users/{}", username));
files_eval(

Loading…
Cancel
Save