mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
rc: interface up/down clobbers stty input behaviour
This commit is contained in:
parent
195f45ca47
commit
da8a01e95d
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user