Commit 762978f8 authored by neil's avatar neil
Browse files

remove umask, just chmod for the "$LE_WORKING_DIR"

parent bfdf1f48
#!/usr/bin/env sh
umask 077
VER=2.2.2
PROJECT_NAME="acme.sh"
......@@ -1891,6 +1889,8 @@ install() {
return 1
fi
chmod 700 "$LE_WORKING_DIR"
cp $PROJECT_ENTRY "$LE_WORKING_DIR/" && chmod +x "$LE_WORKING_DIR/$PROJECT_ENTRY"
if [ "$?" != "0" ] ; then
......
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