Skip to content

Commit 9f0720d

Browse files
authored
Fix (#8969)
1 parent 85456ff commit 9f0720d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

install/mongodb-install.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ else
2020
MONGO_VERSION="7.0" setup_mongodb
2121
fi
2222
sed -i 's/bindIp: 127.0.0.1/bindIp: 0.0.0.0/' /etc/mongod.conf
23-
msg_ok "Installed MongoDB $MONGO_VERSION"
2423

2524
motd_ssh
2625
customize
27-
28-
msg_info "Cleaning up"
29-
$STD apt -y autoremove
30-
$STD apt -y autoclean
31-
$STD apt -y clean
32-
msg_ok "Cleaned"
26+
cleanup_lxc

0 commit comments

Comments
 (0)