mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 15:35:45 +00:00
mongodb.sh: fix syntax of array
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
a7160780e2
commit
c69a0592af
@ -8,7 +8,7 @@ yum_sync="${_here}/yum-sync.py"
|
|||||||
BASE_PATH="${TUNASYNC_WORKING_DIR}"
|
BASE_PATH="${TUNASYNC_WORKING_DIR}"
|
||||||
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"http://repo.mongodb.org"}
|
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"http://repo.mongodb.org"}
|
||||||
|
|
||||||
MONGO_VERSIONS=("8.0", "7.0" "6.0" "5.0" "4.4" "4.2")
|
MONGO_VERSIONS=("8.0" "7.0" "6.0" "5.0" "4.4" "4.2")
|
||||||
STABLE_VERSION="8.0"
|
STABLE_VERSION="8.0"
|
||||||
|
|
||||||
YUM_PATH="${BASE_PATH}/yum"
|
YUM_PATH="${BASE_PATH}/yum"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user