mdm script fix (#21795)

<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
Allie Sadler 2025-01-13 08:23:33 +00:00 committed by GitHub
parent ab43baed26
commit 025b408da0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ If you are an IT administrator and your developers are seeing the malware pop-up
# Stop the docker services
echo "Stopping Docker..."
sudo pkill [dD]ocker
sudo pkill -i docker
# Stop the vmnetd service
echo "Stopping com.docker.vmnetd service..."