Don't disable, just stop these networking services

This commit is contained in:
Luke Murphy 2019-07-09 11:38:05 +02:00
parent d560e52143
commit 3a6f8239ee
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -135,7 +135,7 @@ function install_networking_packages {
wireless-tools wireless-tools
} }
function disable_networking_services { function stop_networking_services {
echo "Stopping the networking services ..." echo "Stopping the networking services ..."
local services="dnsmasq hostapd" local services="dnsmasq hostapd"
@ -392,7 +392,7 @@ function run_installation {
run_apt_update run_apt_update
install_networking_packages install_networking_packages
disable_networking_services stop_networking_services
configure_network_interfaces configure_network_interfaces
configure_dnsmasq configure_dnsmasq
configure_hostapd configure_hostapd