summaryrefslogtreecommitdiffstats
path: root/src/usr/local/share/pfSense
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-12 10:54:52 -0200
committerRenato Botelho <renato@netgate.com>2015-11-12 10:54:52 -0200
commit97ee791fffb53133542f5a9dba7c59528cbb9161 (patch)
tree1202371ef2c28cfb546240f6f81fdb9c20190385 /src/usr/local/share/pfSense
parent1262d7e796c7508aee8ac16a9babebe7a95a559b (diff)
downloadpfsense-97ee791fffb53133542f5a9dba7c59528cbb9161.zip
pfsense-97ee791fffb53133542f5a9dba7c59528cbb9161.tar.gz
Log PBI removal info
Diffstat (limited to 'src/usr/local/share/pfSense')
-rw-r--r--src/usr/local/share/pfSense/pre_upgrade_command1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/share/pfSense/pre_upgrade_command b/src/usr/local/share/pfSense/pre_upgrade_command
index 66fbbbe..3a5f817 100644
--- a/src/usr/local/share/pfSense/pre_upgrade_command
+++ b/src/usr/local/share/pfSense/pre_upgrade_command
@@ -15,6 +15,7 @@ echo $PRIOR_VERSION > /tmp/pre_upgrade_version
# Cleanup PBIs
if which pbi_info >/dev/null 2>&1; then
for pbi in $(pbi_info); do
+ echo ">>> Removing PBI ${pbi} and all symlinks"
pbi_prefix=$(pbi_info ${pbi} | awk '$1 == "Prefix:" { print $2 }')
if [ ! -d "${pbi_prefix}" ]; then
continue
OpenPOWER on IntegriCloud