From 22d08692d54154cd5d536b09a5d540677fa65d37 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Wed, 26 Oct 2022 08:52:31 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 templates/nextcloud-onlyoffice-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/nextcloud-onlyoffice-config.yaml b/templates/nextcloud-onlyoffice-config.yaml
index 6966f0b8..6b0c4bc5 100644
--- a/templates/nextcloud-onlyoffice-config.yaml
+++ b/templates/nextcloud-onlyoffice-config.yaml
@@ -25,7 +25,7 @@ data:
     #   * Configures single-sign-on
     #   * Persists and loads the config.json config file
     #   * Updates database indices, columns, keys, etc needed after NC upgrade
-    #   * Writes a log to /var/www/html/data/postStart.log
+    #   * Writes a log to /var/www/tmp/postStart-<date>.log
     set -e
     exec > /var/www/tmp/postStart-$(date +"%s").log
     exec 2> /var/www/tmp/postStart-$(date +"%s")_error.log
-- 
GitLab