Commit dbb1e53a authored by Matt Behrens's avatar Matt Behrens

set umask by default in start script

parent e4c17d80
......@@ -27,6 +27,7 @@ def sh(home, user, group):
print 'Creating start script, start'
open(start,'w').write(
"#! /bin/sh\n"
"umask 077\n"
"reldir=`dirname $0`\n"
"%s=`cd $reldir; pwd`\n"
"export %s\n"
......
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