mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 03:52:10 +08:00
Remove space
This commit is contained in:
4
acme.sh
4
acme.sh
@@ -7542,7 +7542,7 @@ _process() {
|
|||||||
;;
|
;;
|
||||||
--list-profiles)
|
--list-profiles)
|
||||||
_CMD="list_profiles"
|
_CMD="list_profiles"
|
||||||
;;
|
;;
|
||||||
-d | --domain)
|
-d | --domain)
|
||||||
_dvalue="$2"
|
_dvalue="$2"
|
||||||
|
|
||||||
@@ -8110,7 +8110,7 @@ _process() {
|
|||||||
;;
|
;;
|
||||||
list_profiles)
|
list_profiles)
|
||||||
list_profiles
|
list_profiles
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if [ "$_CMD" ]; then
|
if [ "$_CMD" ]; then
|
||||||
_err "Invalid command: $_CMD"
|
_err "Invalid command: $_CMD"
|
||||||
|
|||||||
Reference in New Issue
Block a user