mongodb not available for arm7
This commit is contained in:
parent
efb2dec1c6
commit
30f679e7df
|
@ -49,6 +49,11 @@ function get_mongodb_password {
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_mongodb {
|
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
|
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue