From 6580338253c24d7a72c0c054270721496543eacd Mon Sep 17 00:00:00 2001 From: pae23 Date: Mon, 7 Feb 2022 23:36:42 +0100 Subject: [PATCH] typo in collector scripts run --- collector/scripts/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/scripts/run b/collector/scripts/run index 7525c04..427609a 100755 --- a/collector/scripts/run +++ b/collector/scripts/run @@ -61,7 +61,7 @@ if [[ -f /config/openbmpd.conf ]]; then fi # 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 # Start openbmpd and wait - openbmpd runs in foreground