summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index f3549c0..9df3f0b 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