Fix storage-engine-cache size issue

- Allow for empty values
- Allow if you don't specify the --storage-engine-cache-size
This commit is contained in:
muawiakh 2018-01-31 15:36:45 +01:00
parent 73ba3f5eb0
commit 6e055c642c
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
docker build -t bigchaindb/mongodb:3.3 .
docker build -t bigchaindb/mongodb:3.4 .
docker push bigchaindb/mongodb:3.3
docker push bigchaindb/mongodb:3.4

View File

@ -9,6 +9,7 @@ MONGODB_CRL_FILE_PATH=""
REPLICA_SET_NAME=""
MONGODB_FQDN=""
MONGODB_IP=""
STORAGE_ENGINE_CACHE_SIZE=""
while [[ $# -gt 1 ]]; do
arg="$1"