We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceadfa0 commit 25cadc1Copy full SHA for 25cadc1
1 file changed
service/node/scripts/startup.sh
@@ -350,7 +350,7 @@ function prepcheck()
350
if [ -n "`cat /etc/issue | grep -i Ubuntu`" ] && [ -z "`dpkg -l | grep mongodb`" ];
351
then
352
echo -e "\033[33m *WRAN* mongodb hadn't been installed , install it currently ... \033[0m"
353
- apt-get install mongodb -y
+ apt-get install mongodb-server mongodb -y
354
fi
355
356
apt-get install jq -y
0 commit comments