diff --git a/scripts/_common.sh b/scripts/_common.sh index f777e3f..d1fdb3e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -341,7 +341,7 @@ ynh_install_mongo() { fi if [[ "$mongo_version" == "4.4" && "$mongo_debian_release" != "buster" ]]; then ynh_print_warn --message="Switched to buster install as Mongo 4.4 is not compatible with $mongo_debian_release." - mongo_debian_release=bullseye + mongo_debian_release=buster fi ynh_install_extra_app_dependencies \