Browse Source

Removes tabs and trailing spaces

pull/3256/head
jakelamotta 4 years ago
parent
commit
fcb97f802f
  1. 1
      dnsapi/dns_simply.sh

1
dnsapi/dns_simply.sh

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

Loading…
Cancel
Save