mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 07:18:06 +02:00
Fix URL for Redis AOF docs
This commit is contained in:
parent
27352eea56
commit
4ad2a340e1
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ function set_redis_vars() {
|
|||
|
||||
if [[ -z "${REDIS_AOF_PERSISTENCE:-}" ]]; then
|
||||
echo "WARNING: the value of REDIS_AOF_PERSISTENCE is not set in config/overleaf.rc"
|
||||
echo "See https://github.com/overleaf/overleaf/wiki/Release-Notes-5.x.x/_edit#redis-aof-persistence-enabled-by-default"
|
||||
echo "See https://github.com/overleaf/overleaf/wiki/Release-Notes-5.x.x#redis-aof-persistence-enabled-by-default"
|
||||
REDIS_COMMAND="redis-server"
|
||||
elif [[ $REDIS_AOF_PERSISTENCE == "true" ]]; then
|
||||
REDIS_COMMAND="redis-server --appendonly yes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue