2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 22:35:22 +00:00

Removes tabs and trailing spaces

This commit is contained in:
jakelamotta
2020-11-18 15:46:16 +01:00
parent 6ef66399f8
commit c7116d40ca

View File

@@ -22,6 +22,7 @@ dns_simply_add() {
_simply_save_config _simply_save_config
_debug "First detect the root zone" _debug "First detect the root zone"
if ! _get_root "$fulldomain"; then if ! _get_root "$fulldomain"; then
_err "invalid domain" _err "invalid domain"
return 1 return 1