Remove space
parent
80748b9fe0
commit
0f5093c0b7
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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue