summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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