Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
762978f8
Commit
762978f8
authored
Apr 26, 2016
by
neil
Browse files
remove umask, just chmod for the "$LE_WORKING_DIR"
parent
bfdf1f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
762978f8
#!/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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment