From 463925686da13c28d5571e85c6a5f08737e4f16c Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Tue, 28 Dec 2021 15:23:17 -0500 Subject: [PATCH] fix typo in so-analyst-install --- salt/common/tools/sbin/so-analyst-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-analyst-install b/salt/common/tools/sbin/so-analyst-install index a76fd4784..c9bcd9cf2 100755 --- a/salt/common/tools/sbin/so-analyst-install +++ b/salt/common/tools/sbin/so-analyst-install @@ -108,7 +108,7 @@ CANCURL=$(curl -sI https://securityonionsolutions.com/ | grep "200 OK") while [[ $CURLCONTINUE != "yes" ]] && [[ $CURLCONTINUE != "no" ]]; do if [[ "$FIRSTPASS" == "yes" ]]; then echo "We could not access https://securityonionsolutions.com/." - echo "Since packages are downloaded from the internet, internet acceess is required." + echo "Since packages are downloaded from the internet, internet access is required." echo "If you would like to ignore this warning and continue anyway, please type 'yes'." echo "Otherwise, type 'no' to exit." FIRSTPASS=no