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
30dbdbbd
Commit
30dbdbbd
authored
Jan 11, 2016
by
neil
Browse files
fix issue for apache
parent
1d9dcdd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
30dbdbbd
...
...
@@ -296,6 +296,9 @@ _apachePath() {
}
_restoreApache
()
{
if
[
-z
"
$usingApache
"
]
;
then
return
0
fi
_initpath
if
!
_apachePath
;
then
return
1
...
...
@@ -353,7 +356,7 @@ Require all granted
_restoreApache
return
1
;
fi
usingApache
=
"1"
return
0
}
...
...
@@ -440,6 +443,8 @@ issue() {
return
1
fi
wellknown_path
=
"
$ACME_DIR
"
else
usingApache
=
""
fi
createAccountKey
$Le_Domain
$Le_Keylength
...
...
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