mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Yu vs uh (#5411)
This commit is contained in:
commit
bef5d85e6b
3 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
doubleclick
|
doubleclick
|
||||||
wan
|
wan
|
||||||
nwe
|
nwe
|
||||||
re-use
|
|
||||||
|
|
|
@ -449,7 +449,7 @@ os_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
diagnose_operating_system() {
|
diagnose_operating_system() {
|
||||||
# error message in a variable so we can easily modify it later (or re-use it)
|
# error message in a variable so we can easily modify it later (or reuse it)
|
||||||
local error_msg="Distribution unknown -- most likely you are on an unsupported platform and may run into issues."
|
local error_msg="Distribution unknown -- most likely you are on an unsupported platform and may run into issues."
|
||||||
# Display the current test that is running
|
# Display the current test that is running
|
||||||
echo_current_diagnostic "Operating system"
|
echo_current_diagnostic "Operating system"
|
||||||
|
|
|
@ -70,7 +70,7 @@ def test_setupVars_are_sourced_to_global_scope(host):
|
||||||
|
|
||||||
def test_setupVars_saved_to_file(host):
|
def test_setupVars_saved_to_file(host):
|
||||||
"""
|
"""
|
||||||
confirm saved settings are written to a file for future updates to re-use
|
confirm saved settings are written to a file for future updates to reuse
|
||||||
"""
|
"""
|
||||||
# dedent works better with this and padding matching script below
|
# dedent works better with this and padding matching script below
|
||||||
set_setup_vars = "\n"
|
set_setup_vars = "\n"
|
||||||
|
|
Loading…
Reference in a new issue