summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 9df3f0b..f3549c0 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -45,8 +45,8 @@
$do_assign = 0;
- if(does_interface_exist($lan_if) == false) $do_assign = 1;
- if(does_interface_exist($wan_if) == false) $do_assign = 1;
+ if(!does_interface_exist($lan_if) == false) $do_assign = 1;
+ if(!does_interface_exist($wan_if) == false) $do_assign = 1;
if($do_assign == 1) {
$noreboot = true;
OpenPOWER on IntegriCloud