From 8854f0ef9c1d77638e2040c5f89c332fb08e9dbe Mon Sep 17 00:00:00 2001 From: Matt W <436037+mlw@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:30:12 -0500 Subject: [PATCH] One more rename of the migration plist --- Conf/Package/migration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Conf/Package/migration.sh b/Conf/Package/migration.sh index 64e62a31..93e2e762 100755 --- a/Conf/Package/migration.sh +++ b/Conf/Package/migration.sh @@ -34,6 +34,7 @@ GUI_USER=$(/usr/bin/stat -f '%u' /dev/console) # Cleanup migration service and on-disk artifacts. /bin/rm -rf /var/db/santa/migration/ /bin/rm /Library/LaunchDaemons/com.northpolesec.santa.migration.plist +/bin/rm /Library/LaunchDaemons/com.northpolesec.santa-migration.plist /bin/launchctl remove com.northpolesec.santa.migration exit 0