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:52:45 -0400
commita40e7761ef32f4ae39c6c414f3f7b71aa7d13dce (patch)
tree50a684cc4fff850e8b53dcff39a501ae67c00fbf /tmp
parentbaeb0599cf0f2a6a5caaf0af51f6d5d61ba5b47d (diff)
downloadpfsense-a40e7761ef32f4ae39c6c414f3f7b71aa7d13dce.zip
pfsense-a40e7761ef32f4ae39c6c414f3f7b71aa7d13dce.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