From e79d37b032849eaa61a952304abc6c7db69af1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 29 Apr 2026 22:27:27 +0200 Subject: [PATCH] Correct the log (#14110) --- install/graylog-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/graylog-install.sh b/install/graylog-install.sh index ff88a182c..8fe8f6cff 100644 --- a/install/graylog-install.sh +++ b/install/graylog-install.sh @@ -38,6 +38,8 @@ sed -i "s/password_secret =/password_secret = $PASSWORD_SECRET/g" /etc/graylog/s sed -i "s/root_password_sha2 =/root_password_sha2 = $ROOT_PASSWORD/g" /etc/graylog/server/server.conf sed -i 's/#http_bind_address = 127.0.0.1.*/http_bind_address = 0.0.0.0:9000/g' /etc/graylog/server/server.conf systemctl enable -q --now graylog-server +sleep 5 +sed -i "s/0\.0\.0\.0:9000/$LOCAL_IP:9000/g" /var/log/graylog-server/server.log msg_ok "Setup ${APPLICATION}" motd_ssh