1
0
Fork 0
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:
Miguel Serrano 2021-07-12 16:54:46 +02:00 committed by GitHub
parent e04f08ce8b
commit 3babc9d748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"