From 719134356eeefbfca127cb33c114ae30c51ed681 Mon Sep 17 00:00:00 2001 From: Brock Walters <153771548+nonpunctual@users.noreply.github.com> Date: Fri, 30 Jan 2026 09:40:06 -0500 Subject: [PATCH] Fix typo in post-install script instructions (#38592) --- articles/deploying-crowdstrike-with-fleet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/deploying-crowdstrike-with-fleet.md b/articles/deploying-crowdstrike-with-fleet.md index 875f395bdb..b159458422 100644 --- a/articles/deploying-crowdstrike-with-fleet.md +++ b/articles/deploying-crowdstrike-with-fleet.md @@ -55,7 +55,7 @@ To upload Configuration Profiles to your Fleet instance: go to **Controls > OS S ### 2. Create a post-install script -To activate a host in the CrowdStrike tenant, a script must be excuted after CrowdStrike Falcon is installed on the host to collect the **Customer ID**. Use this script on macOS with the **Customer ID** string copied from your CrowdStrike tenant above: +To activate a host in the CrowdStrike tenant, a script must be excuted after CrowdStrike Falcon is installed to collect the **Customer ID**. Use this script on macOS with the **Customer ID** string copied from your CrowdStrike tenant above: ``` #!/bin/bash @@ -86,7 +86,7 @@ fi ### 1. Create a post-install script -To activate a host in the CrowdStrike tenant, a script must be excuted after CrowdStrike Falcon is installed on the host to collect the **Customer ID**. Use this script on Linux with the **Customer ID** string copied from your CrowdStrike tenant above: +To activate a host in the CrowdStrike tenant, a script must be excuted after CrowdStrike Falcon is installed to collect the **Customer ID**. Use this script on Linux with the **Customer ID** string copied from your CrowdStrike tenant above: ``` #!/bin/bash @@ -118,7 +118,7 @@ CrowdStrike provides [documentation for additional flags](https://github.com/cro ### 1. Create a post-install script -To activate a host in the CrowdStrike tenant, a script must be excuted after CrowdStrike Falcon is installed on the host to collect the **Customer ID**. Use this script on Windows with the **Customer ID** string copied from your CrowdStrike tenant above: +To activate a host in the CrowdStrike tenant, a script must be excuted after CrowdStrike Falcon is installed to collect the **Customer ID**. Use this script on Windows with the **Customer ID** string copied from your CrowdStrike tenant above: ``` # Set your Customer ID here