Oops! errata

This commit is contained in:
Sukchan Lee 2022-11-24 13:42:51 +09:00
parent 8efa60d211
commit b06569da28
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ fi
preinstall() {
if [ ! -x /usr/bin/mongod ]; then
print_status "First You need to install MongoDB packages."
print_status "First you need to install MongoDB packages."
exit 1
fi