Fix misprint

Instead  https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/579
This commit is contained in:
Alexey Golubev 2023-02-22 17:41:59 +05:00 committed by GitHub
parent 4c05627d1f
commit 6f716134dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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(){