summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-09-19 13:52:45 -0400
committerjim-p <jimp@pfsense.org>2013-09-19 13:53:08 -0400
commita4dc96324c99053ffd90bd59a5cddad40b741bb6 (patch)
treef6e1b70c4f42770a4db0c01c779401ef890b73f7 /tmp
parentc13a7052e154a9aaead35bd6f803022efbaea72f (diff)
downloadpfsense-a4dc96324c99053ffd90bd59a5cddad40b741bb6.zip
pfsense-a4dc96324c99053ffd90bd59a5cddad40b741bb6.tar.gz
Make this name a little more general in case we decide to have multiple similar files.
Diffstat (limited to 'tmp')
-rwxr-xr-xtmp/post_upgrade_command4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command
index 4e07a71..5f96dc6 100755
--- a/tmp/post_upgrade_command
+++ b/tmp/post_upgrade_command
@@ -120,8 +120,8 @@ if [ "${PFSENSETYPE}" = "nanobsd" ]; then
else
MTREECHKDIR=/
fi
-if [ -f ${MTREECHKDIR}etc/pfSense.mtree ]; then
- /usr/sbin/mtree -U -e -q -f ${MTREECHKDIR}etc/pfSense.mtree -p ${MTREECHKDIR} > /conf/mtree.log;
+if [ -f ${MTREECHKDIR}etc/installed_filesystem.mtree ]; then
+ /usr/sbin/mtree -U -e -q -f ${MTREECHKDIR}etc/installed_filesystem.mtree -p ${MTREECHKDIR} > /conf/mtree.log;
fi;
# Make sure to preserve existing time zone
OpenPOWER on IntegriCloud