summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2008-09-08 01:16:48 +0000
committerBill Marquette <billm@pfsense.org>2008-09-08 01:16:48 +0000
commit2a727bacfdc0f616b441e0ff23fddaf8c3028615 (patch)
tree0a5591035735adb1dc994f54d056340f9dbb02bb /etc
parent4be3f6cfef4cd8102fc2f596162e7cd707e6ecb2 (diff)
downloadpfsense-2a727bacfdc0f616b441e0ff23fddaf8c3028615.zip
pfsense-2a727bacfdc0f616b441e0ff23fddaf8c3028615.tar.gz
fix 4.6->4.7 upgrade check
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 3251c07..da5bea6 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1277,7 +1277,7 @@ endif;
}
/* Convert 4.6 -> 4.7 */
- if ($config['version'] <= 4.7) {
+ if ($config['version'] <= 4.6) {
/* Upgrade IPsec from tunnel to phase1/phase2 */
OpenPOWER on IntegriCloud