Skip to content

Commit 2b81a1c

Browse files
committed
389/389_useradd.sh: use /usr/bin/bash for login shell
1 parent d0f1054 commit 2b81a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

389/389_useradd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
readonly PROGNAME=$(basename $0)
2424

2525
# some defaults
26-
readonly DEF_SHELL=/bin/bash
26+
readonly DEF_SHELL=/usr/bin/bash
2727
readonly DEF_PASSWORD=redhat
2828

2929
function usage {

0 commit comments

Comments
 (0)