Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias K <6317548+thecalcaholic@users.noreply.github.com>2021-08-16 22:26:08 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2021-08-16 22:26:08 +0300
commit4f29d94a026ef89b8a37b73239d07f32d769507b (patch)
tree4173c0cfea029be8835474b7160de94853759179
parent6e2dca5d52634c104c75d11448093c22196dfcdb (diff)
nextcloud.conf.sh: Prevent apache config test output to end up in generated templatev1.38.1
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--etc/ncp-templates/nextcloud.conf.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/ncp-templates/nextcloud.conf.sh b/etc/ncp-templates/nextcloud.conf.sh
index a3c4e8c1..1df133eb 100644
--- a/etc/ncp-templates/nextcloud.conf.sh
+++ b/etc/ncp-templates/nextcloud.conf.sh
@@ -93,4 +93,5 @@ cat <<EOF
</IfModule>
EOF
-apache2ctl -t
+echo "Apache self check:" > /var/log/ncp.log
+apache2ctl -t > /var/log/ncp.log 2>&1