dns_acmedns.sh: Fix ShellCheck SC2034 warning

This commit is contained in:
Felix 2020-10-28 09:45:06 +01:00 committed by 0xFelix
parent 3201ef7299
commit 23ef7d20e2

View File

@ -49,8 +49,8 @@ dns_acmedns_add() {
_info "##########################################################"
_info "# Create $fulldomain CNAME $ACMEDNS_FULLDOMAIN DNS entry #"
_info "##########################################################"
_info "Press any key to continue... "
read -r DUMMYVAR
_info "Press enter to continue... "
read -r _
fi
_savedomainconf ACMEDNS_BASE_URL "$ACMEDNS_BASE_URL"