summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-26 03:14:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-26 03:14:50 +0000
commitae22f4f8aa21dd19bdd5aa4fb16e16027f00c289 (patch)
treec760f75c88ed27ec773f247a7ffe1805ce4a23ae /etc/rc.bootup
parentad92c604f1c1820a467c3d906d942071077c6409 (diff)
downloadpfsense-ae22f4f8aa21dd19bdd5aa4fb16e16027f00c289.zip
pfsense-ae22f4f8aa21dd19bdd5aa4fb16e16027f00c289.tar.gz
use false paramater
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