summarylogtreecommitdiffstats
path: root/graylog.install
diff options
context:
space:
mode:
Diffstat (limited to 'graylog.install')
-rw-r--r--graylog.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/graylog.install b/graylog.install
index 5fc40cd1b682..0ab4c0b4dc06 100644
--- a/graylog.install
+++ b/graylog.install
@@ -1,6 +1,7 @@
post_install() {
usr/bin/systemd-tmpfiles --create graylog-server.conf
- [[ $2 == 1.* ]] && echo 'graylog now includes graylog-web-interface. You might need to add elasticsearch_cluster_name to server.conf'
+ [[ $2 == 1.* ]] && echo 'Graylog now includes graylog-web-interface. You might need to add elasticsearch_cluster_name to server.conf'
+ [[ $1 == 2.2.0-* ]] && echo 'Backwards-compatibility symlinks have been removed; please verify correct path of *_dir in server.conf'
EOF
}