mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
BUG10796: Fix textoutput when doing pakfire update in WebUI
This commit is contained in:
@@ -191,14 +191,14 @@ if ($return) {
|
||||
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
|
||||
<input type='image' alt='$Lang::tr{'reload'}' title='$Lang::tr{'reload'}' src='/images/view-refresh.png' />
|
||||
</form>
|
||||
<tr><td colspan='2' align='left'><pre>
|
||||
<tr><td colspan='2' align='left'><code>
|
||||
END
|
||||
my @output = `grep pakfire /var/log/messages | tail -20`;
|
||||
foreach (@output) {
|
||||
print "$_";
|
||||
print "$_<br>";
|
||||
}
|
||||
print <<END;
|
||||
</pre>
|
||||
</code>
|
||||
</table>
|
||||
END
|
||||
&Header::closebox();
|
||||
|
||||
Reference in New Issue
Block a user