Commit 3e146e79 by John Jarvis

Merge pull request #826 from edx/jarv/user-refactor

fixing umask
parents fe981015 eb095f53
# change default umask
umask 077
umask 022
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment