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
6ed1c718
Commit
6ed1c718
authored
Apr 16, 2016
by
neil
Browse files
minor, install without dnsapi
parent
8f7ad693
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
6ed1c718
...
@@ -1825,8 +1825,10 @@ install() {
...
@@ -1825,8 +1825,10 @@ install() {
_info "No profile is found, you will need to go into $LE_WORKING_DIR to use $PROJECT_NAME"
_info "No profile is found, you will need to go into $LE_WORKING_DIR to use $PROJECT_NAME"
fi
fi
if [[ -d "dnsapi" ]] ; then
mkdir -p $LE_WORKING_DIR/dnsapi
mkdir -p $LE_WORKING_DIR/dnsapi
cp dnsapi/* $LE_WORKING_DIR/dnsapi/
cp dnsapi/* $LE_WORKING_DIR/dnsapi/
fi
#to keep compatible mv the .acc file to .key file
#to keep compatible mv the .acc file to .key file
if [[ -f "$LE_WORKING_DIR/account.acc" ]] ; then
if [[ -f "$LE_WORKING_DIR/account.acc" ]] ; 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