From 6f716134dd6a2c6e0de44e0c830d7cc4d0f73354 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Wed, 22 Feb 2023 17:41:59 +0500 Subject: [PATCH] Fix misprint Instead https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/579 --- run-document-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-document-server.sh b/run-document-server.sh index ebe554f..964e850 100755 --- a/run-document-server.sh +++ b/run-document-server.sh @@ -497,7 +497,7 @@ update_supervisor_settings(){ # Copy modified supervisor config cp ${SYSCONF_TEMPLATES_DIR}/supervisor/supervisord.conf /etc/supervisor/supervisord.conf sed "s/COMPANY_NAME/${COMPANY_NAME}/g" -i ${SYSCONF_TEMPLATES_DIR}/supervisor/ds/*.conf - cp ${SYSCONF_TEMPLATES_DIR}/supervisor/ds/*.conf etc/supervisor/conf.d/ + cp ${SYSCONF_TEMPLATES_DIR}/supervisor/ds/*.conf /etc/supervisor/conf.d/ } update_log_settings(){