mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
Fixed name of config file
This commit is contained in:
parent
e04f08ce8b
commit
3babc9d748
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ function __main__() {
|
|||
REDIS_DATA_PATH=$(cd "$TOOLKIT_ROOT"; realpath "$REDIS_DATA_PATH")
|
||||
|
||||
# users with old config/ content might not have NGINX_ENABLED in their
|
||||
# variables.env, this initialisation prevents an `unbound variable` error
|
||||
# overleaf.rc, this initialisation prevents an `unbound variable` error
|
||||
if [ -z ${NGINX_ENABLED+x} ];
|
||||
then
|
||||
NGINX_ENABLED="false"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue