mongodb not available for arm7

This commit is contained in:
Bob Mottram 2017-11-19 21:06:10 +00:00
parent efb2dec1c6
commit 30f679e7df
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ function get_mongodb_password {
}
function install_mongodb {
if [[ "$(uname -a)" == *"armv7"* ]]; then
echo $'mongodb package is not available for arm 7 architecture'
exit 7356272
fi
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
return
fi