Fix misprint
Instead https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/579
This commit is contained in:
parent
4c05627d1f
commit
6f716134dd
1 changed files with 1 additions and 1 deletions
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue