mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 10:38:50 -05:00
Update to enhanced network settings [2]
This commit is contained in:
@@ -69,6 +69,6 @@ $new[] = "SYSNICS=\"$index\"";
|
||||
file_put_contents($cfg,implode("\r\n",$new)."\r\n");
|
||||
// start interface with updated (new) configuration
|
||||
// don't execute when only interface description has changed
|
||||
if ($run) exec("/etc/rc.d/rc.inet1 {$ifname}_start >/dev/null &");
|
||||
if ($run) exec("/etc/rc.d/rc.inet1 {$ifname}_start >/dev/null");
|
||||
exit(0);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user