mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 19:43:05 +00:00
Update 00_deprecation.sh
Invert logic for cache_mem_size deprecation check
This commit is contained in:
parent
83d9ffdcae
commit
09ef3314e2
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ if [[ ! -z "${CACHE_DOMAIN_REPO}" ]]; then
|
|||
|
||||
fi
|
||||
|
||||
if [[ ! -z "${CACHE_INDEX_SIZE}" ]]; then
|
||||
if [[ ! -z "${CACHE_MEM_SIZE}" ]]; then
|
||||
echo " *** CACHE_MEM_SIZE has been deprecated in place of CACHE_INDEX_SIZE"
|
||||
echo " *** Using CACHE_MEM_SIZE as the value"
|
||||
echo " *** Please update your configuration at your earliest convenience"
|
||||
CACHE_INDEX_SIZE=$CACHE_MEM_SIZE
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue