From d28cd19a158147c1f96114f636debd98fc972164 Mon Sep 17 00:00:00 2001 From: axtloss Date: Thu, 9 Mar 2023 09:08:25 +0000 Subject: [PATCH] Change default shell path to bash --- src/functions/users.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/users.rs b/src/functions/users.rs index 0bcc3bd..264c494 100755 --- a/src/functions/users.rs +++ b/src/functions/users.rs @@ -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(