Update ubuntu.sh

pull/632/head
Mr Chen 5 months ago
parent fe9cd42210
commit d940a12ed5
  1. 4
      plugins/mongodb/versions/8.0/ubuntu.sh

@ -23,6 +23,10 @@ if [ "$SYS_NAME" -lt "2004" ];then
SYS_NAME="2004"
fi
if [ "$SYS_NAME" == "2404" ];then
SYS_NAME="2404"
fi
MG_DIR=$serverPath/source/mongodb
mkdir -p $MG_DIR

Loading…
Cancel
Save