Skip to content
Snippets Groups Projects
Commit d02effbb authored by lcappelli's avatar lcappelli
Browse files

Fix chown

parent 0d742523
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,6 @@ if [ -n "\${PS1}" ]; then
fi
EOF
chown ${USERNAME}:${USERNAME} "${USER_RC_PATH}/.bashrc"
chown ${USERNAME}:${USER_GID} "${USER_RC_PATH}/.bashrc"
echo "Done!"
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