summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 120083359..c351068aa 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1175,7 +1175,7 @@ Check_defaults ()
Echo_error "Aborting build, please get a new version of live-build."
exit 1
- elif [ ${CURRENT_CONFIG_VERSION} -eq 3 ]
+ elif [ ${CURRENT_CONFIG_VERSION} -le 3 ]
then
Echo_error "This config tree is too old for this version of live-build (${VERSION})."
Echo_error "Aborting build, please regenerate the config tree."