Commit eb095f53 by John Jarvis

fixing umask

parent fb5ff877
# 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