Woops, change the flash back to ro after upgrade

This commit is contained in:
Scott Ullrich 2005-03-20 20:07:34 +00:00
parent 06ba9151cd
commit 3642babcf7

View File

@ -45,7 +45,7 @@ if [ "$PMD" = "$MD" ]; then
else
/etc/rc.firmware pfSenseupgrade /tmp/latest.tgz
fi
/etc/rc.conf_mount_rw
/etc/rc.conf_mount_ro
exit 0
fi