From 5f911164e363df05192635e6fa7c39964c705b2c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 27 Nov 2025 14:02:11 +0100 Subject: [PATCH] Fix MongoDB setup version assignment --- ct/omada.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/omada.sh b/ct/omada.sh index 4f3abca405..9f33e50086 100644 --- a/ct/omada.sh +++ b/ct/omada.sh @@ -30,7 +30,7 @@ function update_script() { msg_info "Updating MongoDB" if lscpu | grep -q 'avx'; then - MONGO_VERSION="8.0" setup_mongodb + MONGO_VERSION="8.0" else msg_error "No AVX detected (CPU-Flag)! We have discontinued support for this. You are welcome to try it manually with a Debian LXC, but due to the many issues with Omada, we currently only support AVX CPUs." exit 10