Skip to content

Commit

Permalink
Fix to resolve the unknown "cache_tag" variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Oct 16, 2024
1 parent 84443a0 commit 510128a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run-document-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,9 @@ if [ ${ONLYOFFICE_DATA_CONTAINER} != "true" ]; then
service cron start
fi

# Fix to resolve the `unknown "cache_tag" variable` error
start_process documentserver-flush-cache.sh -r false

# nginx used as a proxy, and as data container status service.
# it run in all cases.
service nginx start
Expand Down

0 comments on commit 510128a

Please sign in to comment.