mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-11 05:52:43 +00:00
style: fix 2 more errors reported by shfmt
This commit is contained in:
parent
84a1e1840f
commit
b2cb73c875
@ -26,7 +26,7 @@ dns_mydevil_add() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [ -z "$domain" ]; then
|
||||
if [ -z "$domain" ]; then
|
||||
_err "Invalid domain name: could not find root domain of $fulldomain."
|
||||
return 1
|
||||
fi
|
||||
@ -56,7 +56,7 @@ dns_mydevil_rm() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [ -z "$domain" ]; then
|
||||
if [ -z "$domain" ]; then
|
||||
_err "Invalid domain name: could not find root domain of $fulldomain."
|
||||
return 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user