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