Update to enhanced network settings [2]

This commit is contained in:
bergware
2016-05-10 20:33:08 +02:00
parent 77c2d150f9
commit d147bd1455
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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);
?>