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
1 merge request!19Resolve "Remove dependency from storm2/build project"
Pipeline #74217 passed
......@@ -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