diff options
Diffstat (limited to 'tmp/post_upgrade_command')
-rwxr-xr-x | tmp/post_upgrade_command | 4 |
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 |