fix fix useradd

This commit is contained in:
Pratham Patel 2023-08-16 09:18:20 +05:30
parent 4bbeec1a58
commit 5a9cc5a8de
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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}" \