bootstrap: info message when chmod
This commit is contained in:
parent
5c4b202acb
commit
94969fff0e
|
@ -195,6 +195,7 @@ enable_services() {
|
|||
finalize() {
|
||||
gid=$(getent passwd "$username" | cut -d ':' -f 4)
|
||||
groupname=$(getent group "$gid" | cut -d ':' -f 1)
|
||||
info "Setting ownership of home directories..."
|
||||
chown "$username:$groupname" -R "$user_home"
|
||||
info "Done!"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue