Merge pull request #8 from pae23/pae23-patch-1

typo in collector scripts run
This commit is contained in:
Tim Evens 2022-02-14 13:36:40 -08:00 committed by GitHub
commit b4ff872aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ if [[ -f /config/openbmpd.conf ]]; then
fi fi
# Startup delay to allow for Kafka to start if not already running # Startup delay to allow for Kafka to start if not already running
ehco "Waiting 30 seconds to allow for Kafka and other containers to startup." echo "Waiting 30 seconds to allow for Kafka and other containers to startup."
sleep 30 sleep 30
# Start openbmpd and wait - openbmpd runs in foreground # Start openbmpd and wait - openbmpd runs in foreground