From 7dc49475fb3a195ca49847997c0bfb875ff473ff Mon Sep 17 00:00:00 2001 From: danilapog Date: Tue, 5 Jul 2022 16:29:06 +0300 Subject: [PATCH] Change function name --- run-document-server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-document-server.sh b/run-document-server.sh index 0f1fbb1..8129294 100755 --- a/run-document-server.sh +++ b/run-document-server.sh @@ -167,7 +167,7 @@ deprecated_var() { fi } -update_local_ssl() { +update_supervisor_config() { if [[ -n ${NODE_OPTIONS} ]]; then for file in ${SUPERVISOR_CONF_DIR}/ds-converter.conf ${SUPERVISOR_CONF_DIR}/ds-docservice.conf do @@ -535,7 +535,7 @@ if [ ${ONLYOFFICE_DATA_CONTAINER_HOST} = "localhost" ]; then update_ds_settings - update_local_ssl + update_supervisor_config # update settings by env variables if [ $DB_HOST != "localhost" ]; then update_db_settings