summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index 69d95d3..9c88386 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -196,7 +196,7 @@ pfSenseNanoBSDupgrade)
#>/dev/null 2>&1
# Ensure that our new system is sound and bail if it is not and file a notice
- /sbin/fsck_ffs -n /dev/${TOFLASH}
+ /sbin/fsck_ffs -n /dev/${TOFLASH}a
if [ $? != 0 ]; then
/usr/local/bin/php -q -d auto_prepend_file=config.inc <<ENDOFF
<?php
OpenPOWER on IntegriCloud