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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2018-11-26 23:44:36 +0300
committerGitHub <noreply@github.com>2018-11-26 23:44:36 +0300
commit5b1fa95a7b472ba034d43814a96d509e82ad966d (patch)
tree976db5b990952ffd5421a0a8c8abbe2d668995d2 /nextcloud_update.sh
parentc4d6437a9f80b2d79b9557799450cf018afa7a21 (diff)
change comment
Diffstat (limited to 'nextcloud_update.sh')
-rw-r--r--nextcloud_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud_update.sh b/nextcloud_update.sh
index 44751089..adc61e4a 100644
--- a/nextcloud_update.sh
+++ b/nextcloud_update.sh
@@ -356,7 +356,7 @@ then
run_app_script spreedme
fi
-# Add header for Nextcloud 14
+# Remove header for Nextcloud 14 (already in .htaccess)
if [ -f /etc/apache2/sites-available/"$(hostname -f)".conf ]
then
if grep -q 'Header always set Referrer-Policy' /etc/apache2/sites-available/"$(hostname -f)".conf