Fix: correct dns upstreams variable name

Signed-off-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
shamoon 2024-03-28 11:40:01 -07:00 committed by GitHub
parent 2004ba2515
commit 1b6469ba74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ ensure_basic_configuration() {
if [[ $(getFTLConfigValue "dns.upstreams") == "[]" ]]; then
echo ""
echo " [X] No DNS upstream servers are set!"
echo " [i] Recommended: Set the upstream DNS servers in the environment variable FTLCONF_dns_upstream"
echo " [i] Recommended: Set the upstream DNS servers in the environment variable FTLCONF_dns_upstreams"
echo ""
exit 1
fi