diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-20 20:07:34 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-20 20:07:34 +0000 |
commit | 3642babcf7cff48f7ea28fc324e2b8ca3a138622 (patch) | |
tree | 13af72fb9705145c4a47300b8f9fc23334a0136f /etc | |
parent | 06ba9151cd3c650861d33c70b49ed8684bcdae62 (diff) | |
download | pfsense-3642babcf7cff48f7ea28fc324e2b8ca3a138622.zip pfsense-3642babcf7cff48f7ea28fc324e2b8ca3a138622.tar.gz |
Woops, change the flash back to ro after upgrade
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.firmware_auto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firmware_auto b/etc/rc.firmware_auto index 6ab905a..48a0b0c 100755 --- a/etc/rc.firmware_auto +++ b/etc/rc.firmware_auto @@ -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 |