- configure_network: add empty line to new wpa_supplicant.conf

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-06-12 22:52:43 +02:00
committed by Thilo Graf
parent 97f2ba2ba5
commit fb6abf3444

View File

@@ -288,6 +288,7 @@ void CNetworkConfig::saveWpaConfig()
}
out << "# generated by neutrino\n";
out << "ctrl_interface=/var/run/wpa_supplicant\n";
out << "\n";
out << "network={\n";
out << " ssid=\"" + ssid + "\"\n";
if (!key.empty()) {