Skip to content

Commit

Permalink
Merge pull request #1557 from shamoon/patch-1
Browse files Browse the repository at this point in the history
Fix: correct dns upstreams `FTLCONF_dns_upstreams` variable name
  • Loading branch information
PromoFaux authored Apr 18, 2024
2 parents 2004ba2 + 1b6469b commit 4d68ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bash_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d68ee6

Please sign in to comment.