mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
change shell on package change
This commit is contained in:
parent
0d9e7d06ec
commit
852f937acc
2 changed files with 8 additions and 0 deletions
|
@ -40,6 +40,10 @@ source $USER_DATA/user.conf
|
|||
shell=$(chsh --list-shells | grep -w "$SHELL" |head -n1)
|
||||
adduser "$user" -s "$shell" -c "$CONTACT" -m -d "$HOMEDIR/$user" &>/dev/null
|
||||
|
||||
# Update user shell
|
||||
shell_path=$(/usr/bin/chsh --list-shells | grep -w "$SHELL" |head -n1)
|
||||
/usr/bin/chsh -s "$shell_path" "$user" &>/dev/null
|
||||
|
||||
# Update password
|
||||
shadow='/etc/shadow'
|
||||
shdw=$(grep ^$user: $shadow)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue