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
ee20015d
Commit
ee20015d
authored
Jan 17, 2017
by
neil
Browse files
fix format
parent
80941f84
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
ee20015d
...
...
@@ -4148,7 +4148,7 @@ _process() {
--showcsr)
_CMD="showcsr"
;;
--installcert | -i|--install-cert)
--installcert | -i|
--install-cert)
_CMD="installcert"
;;
--renew | -r)
...
...
@@ -4163,10 +4163,10 @@ _process() {
--list)
_CMD="list"
;;
--installcronjob
|
--install-cronjob)
--installcronjob
|
--install-cronjob)
_CMD="installcronjob"
;;
--uninstallcronjob|--install-cronjob)
--uninstallcronjob|--
un
install-cronjob)
_CMD="uninstallcronjob"
;;
--cron)
...
...
@@ -4187,10 +4187,10 @@ _process() {
--deactivate)
_CMD="deactivate"
;;
--updateaccount
|
--update-account)
--updateaccount
|
--update-account)
_CMD="updateaccount"
;;
--registeraccount
|
--register-account)
--registeraccount
|
--register-account)
_CMD="registeraccount"
;;
--domain | -d)
...
...
@@ -4332,7 +4332,7 @@ _process() {
LE_WORKING_DIR="$2"
shift
;;
--certhome
|
--cert-home)
--certhome
|
--cert-home)
_certhome="$2"
CERT_HOME="$_certhome"
shift
...
...
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