summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 01:57:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 01:57:45 +0000
commit20730485f3f2cb1f3dc8660e63119b5615820678 (patch)
treec0ddf43fb833d7999c6cddabb9359d53585766f1 /etc/inc/interfaces.inc
parent6cfe8725de4022ff3dd00d4c830f794ded647220 (diff)
downloadpfsense-20730485f3f2cb1f3dc8660e63119b5615820678.zip
pfsense-20730485f3f2cb1f3dc8660e63119b5615820678.tar.gz
Do not output done twice
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 3f57a9e..67afcfc 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -524,7 +524,6 @@ function interfaces_carp_bring_up_final() {
$counter++;
echo ".";
}
- echo " done.\n";
}
foreach ($viparr as $vip) {
/* bail if this isn't a carp VIP */
@@ -1720,4 +1719,4 @@ function get_interface_mac($interface) {
return $mac;
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud