mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-11 23:02:44 +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
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$domain" ]; then
|
if [ -z "$domain" ]; then
|
||||||
_err "Invalid domain name: could not find root domain of $fulldomain."
|
_err "Invalid domain name: could not find root domain of $fulldomain."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
@ -56,7 +56,7 @@ dns_mydevil_rm() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$domain" ]; then
|
if [ -z "$domain" ]; then
|
||||||
_err "Invalid domain name: could not find root domain of $fulldomain."
|
_err "Invalid domain name: could not find root domain of $fulldomain."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user