From 729b8d7c51884de9937220deb2b943980be98cd8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 12 Oct 2009 18:56:16 -0400 Subject: oops, remove stray ; --- etc/inc/config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 7bbfa87..b778ab4 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -464,7 +464,7 @@ function conf_mount_ro() { return; /* Disk mounted RW (NanoBSD) */ - if(file_exists($g['varrun_path'] . "/fwup.enabled";)) + if(file_exists($g['varrun_path'] . "/fwup.enabled")) return; /* do not umount if generating ssh keys */ -- cgit v1.1