mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
Update Docker/VM to reference $eth0
This commit is contained in:
@@ -30,6 +30,7 @@ if (!isset($var)) {
|
||||
$var = @parse_ini_file("/usr/local/emhttp/state/var.ini");
|
||||
}
|
||||
if (!isset($eth0) && is_file("/usr/local/emhttp/state/network.ini")) {
|
||||
extract(parse_ini_file('/usr/local/emhttp/state/network.ini',true));
|
||||
}
|
||||
|
||||
$docker_cfg_defaults = [
|
||||
|
||||
Reference in New Issue
Block a user