fix fix useradd
This commit is contained in:
parent
4bbeec1a58
commit
5a9cc5a8de
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ DEFAULT_USERNAME='rocky'
|
|||
DEFAULT_PASSWORD='rockylinux'
|
||||
DEFAULT_GROUPS='wheel'
|
||||
|
||||
$(command -v useradd) --comment "Rocky Linux" \
|
||||
/sbin/useradd --comment "Rocky Linux" \
|
||||
--uid 1000 \
|
||||
--create-home \
|
||||
--user-group "${DEFAULT_USERNAME}" \
|
||||
|
|
Loading…
Reference in a new issue