From 9f0720dc91c11c53af41c880883b6ff83ba2fb0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 8 Nov 2025 11:40:27 +0100 Subject: [PATCH] Fix (#8969) --- install/mongodb-install.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install/mongodb-install.sh b/install/mongodb-install.sh index fe46ed304..c6dd4e7c1 100644 --- a/install/mongodb-install.sh +++ b/install/mongodb-install.sh @@ -20,13 +20,7 @@ else MONGO_VERSION="7.0" setup_mongodb fi sed -i 's/bindIp: 127.0.0.1/bindIp: 0.0.0.0/' /etc/mongod.conf -msg_ok "Installed MongoDB $MONGO_VERSION" motd_ssh customize - -msg_info "Cleaning up" -$STD apt -y autoremove -$STD apt -y autoclean -$STD apt -y clean -msg_ok "Cleaned" +cleanup_lxc