From bfdf1f482e0b012f0be88f271d1fe1fe37947ec1 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 25 Apr 2016 20:01:37 +0800 Subject: [PATCH] umask --- acme.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acme.sh b/acme.sh index 37fd8237..60575b5c 100755 --- a/acme.sh +++ b/acme.sh @@ -1,4 +1,7 @@ #!/usr/bin/env sh + +umask 077 + VER=2.2.2 PROJECT_NAME="acme.sh"