mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Tidy package cleanup output
Add a "done." and newline after "Cleaning up..." Then when output is going to the serial console the next line will start cleanly and %age figures will not write over the top of "Clean".
This commit is contained in:
parent
6675b01abe
commit
449d3e96fd
@ -391,6 +391,8 @@ function uninstall_package($pkg_name) {
|
||||
mwexec("/usr/bin/tar xzPfk /tmp/pkg_bins.tgz -C /", true);
|
||||
@unlink("/tmp/pkg_libs.tgz");
|
||||
@unlink("/tmp/pkg_bins.tgz");
|
||||
$static_output .= gettext("done.") . "\n";
|
||||
update_output_window($static_output);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user