Change default shell path to bash

axtloss/rework-partitioning
axtloss 2 years ago
parent 844e18259d
commit d28cd19a15

@ -26,7 +26,7 @@ pub fn new_user(username: &str, hasroot: bool, password: &str, do_hash_pass: boo
"fish" => "/usr/bin/fish",
"tcsh" => "/usr/bin/tcsh",
"zsh" => "/usr/bin/zsh",
&_ => "/usr/bin/fish",
&_ => "/usr/bin/bash",
};
exec_eval(
exec_chroot(

Loading…
Cancel
Save