summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 22:00:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 22:00:18 +0000
commitbc89f7d37c85b50a277373c8ed824e4869422b50 (patch)
tree5f7cf403f51da05076d37f458a0e3a6ddbb4c6d8
parentf5fe693cf43b787e1dab0cae422fc42a2a83f24c (diff)
downloadpfsense-bc89f7d37c85b50a277373c8ed824e4869422b50.zip
pfsense-bc89f7d37c85b50a277373c8ed824e4869422b50.tar.gz
Do not mount ro on bootup
-rw-r--r--etc/inc/config.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 85f1716..8d4fcdb 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -701,9 +701,8 @@ function write_config($desc="Unknown", $backup = true) {
fwrite($fd, $xmlconfig);
fclose($fd);
- if(!$g['booting']) {
+ if($g['booting'] <> true) {
conf_mount_ro();
-
}
config_unlock();
OpenPOWER on IntegriCloud