fix format
This commit is contained in:
parent
f3667e440c
commit
995e8a352b
2
acme.sh
2
acme.sh
@ -7368,7 +7368,7 @@ _process() {
|
|||||||
_debug "Running cmd: ${_CMD}"
|
_debug "Running cmd: ${_CMD}"
|
||||||
case "${_CMD}" in
|
case "${_CMD}" in
|
||||||
install) install "$_nocron" "$_confighome" "$_noprofile" "$_accountemail" ;;
|
install) install "$_nocron" "$_confighome" "$_noprofile" "$_accountemail" ;;
|
||||||
installonline) installOnline "$_nocron" "$_noprofile" $BRANCH;;
|
installonline) installOnline "$_nocron" "$_noprofile" "$BRANCH" ;;
|
||||||
uninstall) uninstall "$_nocron" ;;
|
uninstall) uninstall "$_nocron" ;;
|
||||||
upgrade) upgrade ;;
|
upgrade) upgrade ;;
|
||||||
issue)
|
issue)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user