mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +00:00
Match team convention in naming.
This commit is contained in:
parent
e99ef9c093
commit
07029f93e3
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ def test_setupVars_are_sourced_to_global_scope(Pihole):
|
|||
# Currently debug test function only
|
||||
echo "Outputting sourced variables"
|
||||
echo "PIHOLE_INTERFACE=\${PIHOLE_INTERFACE}"
|
||||
echo "IPv4_ADDRESS=\${IPv4_ADDRESS}"
|
||||
echo "IPv6_ADDRESS=\${IPv6_ADDRESS}"
|
||||
echo "IPV4_ADDRESS=\${IPV4_ADDRESS}"
|
||||
echo "IPV6_ADDRESS=\${IPV6_ADDRESS}"
|
||||
echo "PIHOLE_DNS1=\${PIHOLE_DNS1}"
|
||||
echo "PIHOLE_DNS2=\${PIHOLE_DNS2}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue