cleanup according to styleguide

This commit is contained in:
der-berni 2019-05-31 08:55:21 +02:00 committed by GitHub
parent 534ddf01db
commit 1a5279bd6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -110,7 +110,7 @@ dns_one_rm() {
# _sub_domain=_acme-challenge.www
# _domain=domain.com
_get_root() {
domain=$1
domain="$1"
i=2
p=1
while true; do