Change naming to be more consistent
This commit is contained in:
parent
bc76f9237f
commit
01e84bfc76
|
@ -329,7 +329,7 @@ function parse_args {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_system
|
setup_utils
|
||||||
setup_mesh
|
setup_mesh
|
||||||
setup_email
|
setup_email
|
||||||
setup_web
|
setup_web
|
||||||
|
|
|
@ -242,7 +242,7 @@ function setup_firewall {
|
||||||
configure_firewall_for_avahi
|
configure_firewall_for_avahi
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup_system {
|
function setup_utils {
|
||||||
read_configuration
|
read_configuration
|
||||||
set_default_onion_domains
|
set_default_onion_domains
|
||||||
locale_setup
|
locale_setup
|
||||||
|
|
Loading…
Reference in New Issue