Browse Source

fix format

pull/3385/head
neil 5 years ago
parent
commit
995e8a352b
  1. 2
      acme.sh

2
acme.sh

@ -7368,7 +7368,7 @@ _process() {
_debug "Running cmd: ${_CMD}"
case "${_CMD}" in
install) install "$_nocron" "$_confighome" "$_noprofile" "$_accountemail" ;;
installonline) installOnline "$_nocron" "$_noprofile" $BRANCH;;
installonline) installOnline "$_nocron" "$_noprofile" "$BRANCH" ;;
uninstall) uninstall "$_nocron" ;;
upgrade) upgrade ;;
issue)

Loading…
Cancel
Save