Update mongodb.sh

pull/577/head
Mr Chen 1 year ago
parent 9fbf09f2ef
commit 3213cee5f8
  1. 4
      plugins/php/versions/common/mongodb.sh

@ -17,6 +17,10 @@ sysName=`uname`
actionType=$1
version=$2
if [ "$version" -ge '74' ];then
LIBV=1.18.1
fi
if [ "$version" == '71' ];then
LIBV=1.11.1
fi

Loading…
Cancel
Save