Merge pull request #428 from AikidoSec/endpoint-uninstall-script-location-update

Update endpoint uninstall script location
This commit is contained in:
Sander Declerck 2026-04-24 12:11:03 +02:00 committed by GitHub
commit fbb856940f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
set -e # Exit on error
# Configuration
UNINSTALL_SCRIPT="/Library/Application Support/AikidoSecurity/EndpointProtection/scripts/uninstall"
UNINSTALL_SCRIPT="/Applications/Aikido Endpoint Protection.app/Contents/Resources/scripts/uninstall"
# Colors for output
RED='\033[0;31m'