summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-15 17:12:42 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-15 17:12:42 +0000
commitfed043ef9a34773d365ddc912539ef348ced478c (patch)
treeed5141ab64f6d5fa3ec1a26f4ef9393ee3f61931 /etc/inc
parentbfe1ef8c6f2e671dc0eebca878ca3cd2268f1b10 (diff)
downloadpfsense-fed043ef9a34773d365ddc912539ef348ced478c.zip
pfsense-fed043ef9a34773d365ddc912539ef348ced478c.tar.gz
Disable the second call to the same script for configuring wireless interfaces it seems redundant.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index e335966..3d487e1 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1093,7 +1093,8 @@ EOD;
/* execute commands now in shell */
mwexec("/bin/sh /tmp/{$if}_setup.sh");
sleep(2);
- mwexec("/bin/sh /tmp/{$if}_setup.sh");
+ // XXX: ermal - This seems like not needed!?
+ //mwexec("/bin/sh /tmp/{$if}_setup.sh");
return 0;
OpenPOWER on IntegriCloud