1
0
mirror of https://github.com/octoleo/Purse.git synced 2024-06-01 14:10:47 +00:00

Actually set the umask.

This commit is contained in:
drduh 2015-07-02 17:49:04 -04:00
parent 4fbec3ee54
commit 288c4d112d

2
pwd.sh
View File

@ -7,6 +7,8 @@
set -o pipefail
set -o nounset
umask 077
safe=pwd.sh.safe
public=pwd.sh.pub
secret=pwd.sh.sec