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
ef4ee47f
Commit
ef4ee47f
authored
Jan 21, 2016
by
Neil
Browse files
Merge pull request #28 from lucasRolff/add_chown
Chown directories to parent
parents
58b8dfad
edcbe247
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
ef4ee47f
...
@@ -537,6 +537,11 @@ issue() {
...
@@ -537,6 +537,11 @@ issue() {
mkdir
-p
"
$wellknown_path
"
mkdir
-p
"
$wellknown_path
"
echo
-n
"
$keyauthorization
"
>
"
$wellknown_path
/
$token
"
echo
-n
"
$keyauthorization
"
>
"
$wellknown_path
/
$token
"
webroot_owner
=
$(
stat
-c
'%U:%G'
$Le_Webroot
)
_debug
"Changing owner/group of .well-known to
$webroot_owner
"
chown
-R
$webroot_owner
"
$Le_Webroot
/.well-known"
fi
fi
wellknown_url
=
"http://
$d
/.well-known/acme-challenge/
$token
"
wellknown_url
=
"http://
$d
/.well-known/acme-challenge/
$token
"
_debug wellknown_url
"
$wellknown_url
"
_debug wellknown_url
"
$wellknown_url
"
...
...
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