Skip to content

Commit 5f91116

Browse files
authored
Fix MongoDB setup version assignment
1 parent 8c6843f commit 5f91116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/omada.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function update_script() {
3030

3131
msg_info "Updating MongoDB"
3232
if lscpu | grep -q 'avx'; then
33-
MONGO_VERSION="8.0" setup_mongodb
33+
MONGO_VERSION="8.0"
3434
else
3535
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."
3636
exit 10

0 commit comments

Comments
 (0)