From d940a12ed56ced0bdf62c6212960e9b9d0ea013f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 29 Nov 2024 17:22:28 +0800 Subject: [PATCH] Update ubuntu.sh --- plugins/mongodb/versions/8.0/ubuntu.sh | 4 ++++ 1 file changed, 4 insertions(+) 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