mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-01 02:34:12 +00:00
adhere to shell formatting
This commit is contained in:
parent
0241552c0d
commit
524b40b75f
@ -244,7 +244,7 @@ _cyon_add_txt() {
|
|||||||
add_txt_validation="$(printf "%s" "${add_txt_response}" | _cyon_get_validation_status)"
|
add_txt_validation="$(printf "%s" "${add_txt_response}" | _cyon_get_validation_status)"
|
||||||
|
|
||||||
# Bail if adding TXT entry fails.
|
# Bail if adding TXT entry fails.
|
||||||
if [ "${add_txt_status}" != "true" ] || [ "${add_txt_validation}" != "true" ] ; then
|
if [ "${add_txt_status}" != "true" ] || [ "${add_txt_validation}" != "true" ]; then
|
||||||
_err " ${add_txt_message}"
|
_err " ${add_txt_message}"
|
||||||
_err ""
|
_err ""
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user