mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-25 22:51:39 +00:00
fix format
This commit is contained in:
parent
80941f8413
commit
ee20015d44
12
acme.sh
12
acme.sh
@ -4148,7 +4148,7 @@ _process() {
|
|||||||
--showcsr)
|
--showcsr)
|
||||||
_CMD="showcsr"
|
_CMD="showcsr"
|
||||||
;;
|
;;
|
||||||
--installcert | -i|--install-cert)
|
--installcert | -i| --install-cert)
|
||||||
_CMD="installcert"
|
_CMD="installcert"
|
||||||
;;
|
;;
|
||||||
--renew | -r)
|
--renew | -r)
|
||||||
@ -4163,10 +4163,10 @@ _process() {
|
|||||||
--list)
|
--list)
|
||||||
_CMD="list"
|
_CMD="list"
|
||||||
;;
|
;;
|
||||||
--installcronjob|--install-cronjob)
|
--installcronjob | --install-cronjob)
|
||||||
_CMD="installcronjob"
|
_CMD="installcronjob"
|
||||||
;;
|
;;
|
||||||
--uninstallcronjob|--install-cronjob)
|
--uninstallcronjob|--uninstall-cronjob)
|
||||||
_CMD="uninstallcronjob"
|
_CMD="uninstallcronjob"
|
||||||
;;
|
;;
|
||||||
--cron)
|
--cron)
|
||||||
@ -4187,10 +4187,10 @@ _process() {
|
|||||||
--deactivate)
|
--deactivate)
|
||||||
_CMD="deactivate"
|
_CMD="deactivate"
|
||||||
;;
|
;;
|
||||||
--updateaccount|--update-account)
|
--updateaccount | --update-account)
|
||||||
_CMD="updateaccount"
|
_CMD="updateaccount"
|
||||||
;;
|
;;
|
||||||
--registeraccount|--register-account)
|
--registeraccount | --register-account)
|
||||||
_CMD="registeraccount"
|
_CMD="registeraccount"
|
||||||
;;
|
;;
|
||||||
--domain | -d)
|
--domain | -d)
|
||||||
@ -4332,7 +4332,7 @@ _process() {
|
|||||||
LE_WORKING_DIR="$2"
|
LE_WORKING_DIR="$2"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--certhome|--cert-home)
|
--certhome | --cert-home)
|
||||||
_certhome="$2"
|
_certhome="$2"
|
||||||
CERT_HOME="$_certhome"
|
CERT_HOME="$_certhome"
|
||||||
shift
|
shift
|
||||||
|
Loading…
Reference in New Issue
Block a user