diff --git a/scripts/cloudron-support b/scripts/cloudron-support index 7801cc95b..0961b2511 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -232,9 +232,9 @@ function check_expired_domain() { } function use_external_dns() { - local -r $conf_file="/etc/unbound/unbound.conf.d/forward-everything.conf" + local -r conf_file="/etc/unbound/unbound.conf.d/forward-everything.conf" - info "Forwarding all DNS requests to Google/Cloudflare DNS. To remove the forwarding, please delete $conf and 'systemctl restart unbound'" + info "To remove the forwarding, please delete $conf_file and 'systemctl restart unbound'" cat > $conf_file < $conf_file <