-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11d900c
commit 2bb9f37
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
--- /etc/default/useradd 2020-09-07 08:42:01.000000000 -0500 | ||
+++ /etc/default/useradd 2020-10-04 08:46:23.556308316 -0500 | ||
@@ -4,6 +4,6 @@ | ||
HOME=/home | ||
INACTIVE=-1 | ||
EXPIRE= | ||
--- /etc/default/useradd 2022-11-20 18:51:22.493664007 -0600 | ||
+++ /etc/default/useradd 2022-11-20 18:52:35.114941036 -0600 | ||
@@ -2,7 +2,7 @@ | ||
# | ||
# The SHELL variable specifies the default login shell on your | ||
# system. | ||
-SHELL=/bin/bash | ||
+SHELL=/usr/bin/zsh | ||
SKEL=/etc/skel | ||
CREATE_MAIL_SPOOL=no | ||
|
||
# The default group for users | ||
GROUP=users |