summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index fcfd279..d6e3d4d 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1677,7 +1677,7 @@ function read_body($ch, $string) {
if(($downloadProgress % 10) == 0 || $downloadProgress < 10) {
$tostatus = $static_status . $downloadProgress . "%";
if ($downloadProgress == 100) {
- $tostatus = $tostatus . "\n";
+ $tostatus = $tostatus . "\r";
}
update_status($tostatus);
}
@@ -1690,7 +1690,7 @@ function read_body($ch, $string) {
if(($downloadProgress % 10) == 0 || $downloadProgress < 10) {
$tooutput = $static_output . $downloadProgress . "%";
if ($downloadProgress == 100) {
- $tooutput = $tooutput . "\n";
+ $tooutput = $tooutput . "\r";
}
update_output_window($tooutput);
}
OpenPOWER on IntegriCloud