From 32151a176fd51e84f0cd1861559ad1f999c0fd5e Mon Sep 17 00:00:00 2001 From: dami Date: Thu, 7 May 2026 15:04:27 +0800 Subject: [PATCH] update --- plugins/mongodb/versions/3.0/centos.sh | 2 +- plugins/mongodb/versions/3.0/debian.sh | 2 +- plugins/mongodb/versions/3.0/macos.sh | 2 +- plugins/mongodb/versions/3.0/opensuse.sh | 2 +- plugins/mongodb/versions/3.0/rhel.sh | 2 +- plugins/mongodb/versions/3.0/ubuntu.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/mongodb/versions/3.0/centos.sh b/plugins/mongodb/versions/3.0/centos.sh index 7c52b7c38..8e2848af8 100644 --- a/plugins/mongodb/versions/3.0/centos.sh +++ b/plugins/mongodb/versions/3.0/centos.sh @@ -8,7 +8,7 @@ rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath") serverPath=$(dirname "$rootPath") -VERSION=3.0.1 +VERSION=3.0.15 SYS_ARCH=`arch` SYS_VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'` diff --git a/plugins/mongodb/versions/3.0/debian.sh b/plugins/mongodb/versions/3.0/debian.sh index e9cf34b75..d2c568908 100644 --- a/plugins/mongodb/versions/3.0/debian.sh +++ b/plugins/mongodb/versions/3.0/debian.sh @@ -8,7 +8,7 @@ rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath") serverPath=$(dirname "$rootPath") -VERSION=3.0.1 +VERSION=3.0.15 SYS_ARCH=`arch` SYS_VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'` SYS_NAME=${SYS_VERSION_ID/./} diff --git a/plugins/mongodb/versions/3.0/macos.sh b/plugins/mongodb/versions/3.0/macos.sh index 437dc18f9..5064ade72 100644 --- a/plugins/mongodb/versions/3.0/macos.sh +++ b/plugins/mongodb/versions/3.0/macos.sh @@ -8,7 +8,7 @@ rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath") serverPath=$(dirname "$rootPath") -VERSION=3.0.1 +VERSION=3.0.15 MG_DIR=$serverPath/source/mongodb mkdir -p $MG_DIR diff --git a/plugins/mongodb/versions/3.0/opensuse.sh b/plugins/mongodb/versions/3.0/opensuse.sh index 18d0a3442..7e22d7751 100644 --- a/plugins/mongodb/versions/3.0/opensuse.sh +++ b/plugins/mongodb/versions/3.0/opensuse.sh @@ -8,7 +8,7 @@ rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath") serverPath=$(dirname "$rootPath") -VERSION=3.0.1 +VERSION=3.0.15 SYS_ARCH=`arch` SYS_VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}' | awk -F . '{print $1}'` diff --git a/plugins/mongodb/versions/3.0/rhel.sh b/plugins/mongodb/versions/3.0/rhel.sh index 2c556593d..75f891170 100644 --- a/plugins/mongodb/versions/3.0/rhel.sh +++ b/plugins/mongodb/versions/3.0/rhel.sh @@ -8,7 +8,7 @@ rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath") serverPath=$(dirname "$rootPath") -VERSION=3.0.1 +VERSION=3.0.15 SYS_ARCH=`arch` SYS_VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'` diff --git a/plugins/mongodb/versions/3.0/ubuntu.sh b/plugins/mongodb/versions/3.0/ubuntu.sh index 1e77eb1ea..a5b9b0f2e 100644 --- a/plugins/mongodb/versions/3.0/ubuntu.sh +++ b/plugins/mongodb/versions/3.0/ubuntu.sh @@ -8,7 +8,7 @@ rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath") serverPath=$(dirname "$rootPath") -VERSION=3.0.1 +VERSION=3.0.15 SYS_ARCH=`arch` SYS_VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'`