From 8e90702881ad1d99ab531f2d2103fa7d6172293b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 23 Nov 2008 06:20:43 +0000 Subject: Remove non-working check --- etc/inc/config.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'etc/inc/config.inc') diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 1c97e68..dc4ddff 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -518,10 +518,6 @@ function conf_mount_ro() { if($g['platform'] == "cdrom" or $g['platform'] == "pfSense") return; - /* If a firmware upgrade is in progress, do not mount ro */ - if(file_exists($d_firmwarelock_path)) - return; - /* sync data, then force a remount of /cf */ mwexec("/bin/sync"); mwexec("/sbin/mount -u -r -f {$g['cf_path']}"); -- cgit v1.1