mirror of
https://github.com/ONLYOFFICE/Docker-DocumentServer.git
synced 2026-04-07 14:01:38 +08:00
fix Bug 78997 - Run plugin manager in background during startup
This commit is contained in:
@ -794,9 +794,7 @@ if [ ${ONLYOFFICE_DATA_CONTAINER} != "true" ]; then
|
|||||||
update_nginx_settings
|
update_nginx_settings
|
||||||
|
|
||||||
if [ "${PLUGINS_ENABLED}" = "true" ]; then
|
if [ "${PLUGINS_ENABLED}" = "true" ]; then
|
||||||
echo -n Installing plugins, please wait...
|
( documentserver-pluginsmanager.sh -r false --update="${APP_DIR}/sdkjs-plugins/plugin-list-default.json" >/dev/null; echo "[pluginsmanager] Plugins initialization finished" >/proc/1/fd/1 ) &
|
||||||
start_process documentserver-pluginsmanager.sh -r false --update=\"${APP_DIR}/sdkjs-plugins/plugin-list-default.json\" >/dev/null
|
|
||||||
echo Done
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
service supervisor start
|
service supervisor start
|
||||||
|
|||||||
Reference in New Issue
Block a user