Commit da8a01e9 authored by Franco Fichtner's avatar Franco Fichtner

rc: interface up/down clobbers stty input behaviour

parent 195f45ca
......@@ -142,13 +142,6 @@ echo "done.\n";
if (is_interface_mismatch()) {
echo PHP_EOL . gettext('Default interfaces not found -- Running interface assignment option.') . PHP_EOL;
$ifaces = get_interface_list();
if (is_array($ifaces)) {
foreach($ifaces as $iface => $ifdata) {
interfaces_bring_up($iface);
}
}
led_assigninterfaces();
while (!set_networking_interfaces_ports());
led_kitt();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment