summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-23 01:36:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-23 01:36:40 +0000
commitb3726bb46619f983068c86c1446b54c40d4b8004 (patch)
tree4b77dec6c444e00dfcaddcad748846081c8c86e9 /etc
parent6520d17b3296f4cf3cf1d096bc765cbc9259e0fe (diff)
downloadpfsense-b3726bb46619f983068c86c1446b54c40d4b8004.zip
pfsense-b3726bb46619f983068c86c1446b54c40d4b8004.tar.gz
Remove non-needed \n
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 78ead89..f2c65bd 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -454,8 +454,6 @@ function install_package($package, $pkg_info = "") {
$static_output .= "Starting service.\n";
update_output_window($static_output);
start_service($pkg_info['config_file']);
- if($pkg_interface == "console")
- echo "\n";
$restart_sync = true;
}
OpenPOWER on IntegriCloud