diff --git a/plugins/mongodb/versions/8.0/ubuntu.sh b/plugins/mongodb/versions/8.0/ubuntu.sh index 01e0af931..0f08622d9 100644 --- a/plugins/mongodb/versions/8.0/ubuntu.sh +++ b/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