Change function name

This commit is contained in:
danilapog 2022-07-05 16:29:06 +03:00
parent 704d695272
commit 7dc49475fb

View file

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