mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-23 21:09:48 +00:00
Pi-hole CORE installer variables are being changed to standardize scripts.
This commit is contained in:
parent
7548d9a8fe
commit
fef9ab674e
1 changed files with 5 additions and 5 deletions
|
@ -23,11 +23,11 @@ def test_setupVars_are_sourced_to_global_scope(Pihole):
|
|||
printSetupVars() {
|
||||
# Currently debug test function only
|
||||
echo "Outputting sourced variables"
|
||||
echo "piholeInterface=\${piholeInterface}"
|
||||
echo "IPv4_address=\${IPv4_address}"
|
||||
echo "IPv6_address=\${IPv6_address}"
|
||||
echo "piholeDNS1=\${piholeDNS1}"
|
||||
echo "piholeDNS2=\${piholeDNS2}"
|
||||
echo "PIHOLE_INTERFAC=\${piholeInterface}"
|
||||
echo "IPv4_ADDRESS=\${IPv4_address}"
|
||||
echo "IPv6_ADDRESS=\${IPv6_address}"
|
||||
echo "PIHOLE_DNS1=\${piholeDNS1}"
|
||||
echo "PIHOLE_DNS2=\${piholeDNS2}"
|
||||
}
|
||||
update_dialogs() {
|
||||
. /etc/pihole/setupVars.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue