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
db7e4bf9
"components/user/user_main.c" did not exist on "cf05c9cd0854df1257640f772fccbe2e55abccd7"
Commit
db7e4bf9
authored
Jan 17, 2017
by
neil
Browse files
fix format
parent
ee20015d
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
db7e4bf9
...
@@ -4148,13 +4148,13 @@ _process() {
...
@@ -4148,13 +4148,13 @@ _process() {
--showcsr
)
--showcsr
)
_CMD
=
"showcsr"
_CMD
=
"showcsr"
;;
;;
--installcert
|
-i
|
--install-cert
)
--installcert
|
-i
|
--install-cert
)
_CMD
=
"installcert"
_CMD
=
"installcert"
;;
;;
--renew
|
-r
)
--renew
|
-r
)
_CMD
=
"renew"
_CMD
=
"renew"
;;
;;
--renewAll
|
--renewall
|
--renew-all
)
--renewAll
|
--renewall
|
--renew-all
)
_CMD
=
"renewAll"
_CMD
=
"renewAll"
;;
;;
--revoke
)
--revoke
)
...
@@ -4166,7 +4166,7 @@ _process() {
...
@@ -4166,7 +4166,7 @@ _process() {
--installcronjob
|
--install-cronjob
)
--installcronjob
|
--install-cronjob
)
_CMD
=
"installcronjob"
_CMD
=
"installcronjob"
;;
;;
--uninstallcronjob
|
--uninstall-cronjob
)
--uninstallcronjob
|
--uninstall-cronjob
)
_CMD
=
"uninstallcronjob"
_CMD
=
"uninstallcronjob"
;;
;;
--cron
)
--cron
)
...
...
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