From af8780327efd11c901dd15fad64c70c375dd3875 Mon Sep 17 00:00:00 2001 From: Alexey Bannov Date: Tue, 16 Jun 2015 17:58:19 +0300 Subject: [PATCH] Update run-document-server.sh --- run-document-server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run-document-server.sh b/run-document-server.sh index 08b85d7..6134cf8 100644 --- a/run-document-server.sh +++ b/run-document-server.sh @@ -36,6 +36,7 @@ mkdir -p /var/log/onlyoffice/documentserver/CoAuthoringService/ mkdir -p /var/log/onlyoffice/documentserver/DocService/ mkdir -p /var/log/onlyoffice/documentserver/SpellCheckerService/ mkdir -p /var/log/onlyoffice/documentserver/LibreOfficeService/ +mkdir -p /var/log/onlyoffice/documentserver/WatchDogService/ # setup HTTPS if [ -f "${SSL_CERTIFICATE_PATH}" -a -f "${SSL_KEY_PATH}" ]; then