Skip to content
Snippets Groups Projects
Commit 3120e671 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

chown the HOME directory of the freshly created user

parent ac6096d6
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,8 @@ config_user(){
config_password "${NEWUSER}"
chroot "$NEWROOT" chown -R "${NEWUSER}":"${NEWUSER}" /home/"${NEWUSER}"
oblog "User $NEWUSER was created successfully"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment