graylog: wait a little longer

This commit is contained in:
tschettervictor
2025-03-12 22:23:22 -06:00
committed by GitHub
parent 45860fae6b
commit 68bbb280c6

View File

@@ -51,7 +51,7 @@ service mongod start
service graylog start
# Retrieve Initial Configuration Details
wait 10
wait 15
CONFIG_DETAILS="$(cat /var/log/graylog/server.log | grep -m 1 "Initial configuration")"
# Done