From 9badca8d7ae2503997f335954752a35135ce4bad Mon Sep 17 00:00:00 2001 From: David Xuang Date: Mon, 30 Nov 2020 11:03:00 +0800 Subject: [PATCH] mongodb: Fix bin (#1633) --- bucket/mongodb.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index d19c73fff3..023adc6d2c 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -34,21 +34,13 @@ "}" ], "bin": [ - "bin\\bsondump.exe", "bin\\mongo.exe", [ "bin\\mongod.exe", "mongod", "--config \"$dir\\bin\\mongod.cfg\"" ], - "bin\\mongodump.exe", - "bin\\mongoexport.exe", - "bin\\mongofiles.exe", - "bin\\mongoimport.exe", - "bin\\mongorestore.exe", - "bin\\mongos.exe", - "bin\\mongostat.exe", - "bin\\mongotop.exe" + "bin\\mongos.exe" ], "persist": [ "bin\\mongod.cfg", @@ -56,8 +48,8 @@ "log" ], "checkver": { - "url": "https://www.mongodb.com/download-center/community/releases", - "regex": "

([\\d.]+)