summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-23 06:18:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-23 06:18:36 +0000
commit211dff556452990bf5289038ff1382028e434932 (patch)
treea5e93b92897fe36cbcb9b26e91b2e58fd1f16dd9 /etc
parent0aa65a5eb9584c9c2820c45704fb6de15c356bc9 (diff)
downloadpfsense-211dff556452990bf5289038ff1382028e434932.zip
pfsense-211dff556452990bf5289038ff1382028e434932.tar.gz
Update firmware lock (upgrade) variable
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index e0872e4..1c97e68 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -507,7 +507,7 @@ function conf_mount_ro() {
return;
/* firmare upgrade in progress */
- if(file_exists($g['varrun_path'] . "/fwup.enabled"))
+ if(file_exists($g['varrun_path'] . "/firmware.lock"))
return;
/* do not umount if generating ssh keys */
OpenPOWER on IntegriCloud