diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-12-25 13:45:13 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-12-25 13:45:13 -0500 |
commit | 73e52b99e739c1ca3d99ffdd5ba27fd51a8e90c2 (patch) | |
tree | ed2e1f2b0662f426eaa326e99113d22a89fe9f13 | |
parent | 4c6a49d7f8b2ebf3ac7518514eedfa330efb2eb9 (diff) | |
download | pfsense-73e52b99e739c1ca3d99ffdd5ba27fd51a8e90c2.zip pfsense-73e52b99e739c1ca3d99ffdd5ba27fd51a8e90c2.tar.gz |
Add newline after restoring libs
-rw-r--r-- | etc/inc/pkg-utils.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index ede82a0..2e385cb 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -309,6 +309,7 @@ function uninstall_package($pkg_name) { $static_output .= "\tBacking up libraries... "; update_output_window($static_output); exec("/usr/bin/tar czPf /tmp/pkg_libs.tgz `/bin/cat /etc/pfSense_md5.txt | /usr/bin/grep 'local/lib' | /usr/bin/awk '{ print $2 }' | /usr/bin/cut -d'(' -f2 | /usr/bin/cut -d')' -f1`"); + $static_output .= "\n"; } $id = get_pkg_id($pkg_name); |