From 490b457441d709486e772b3f7336ba0e44cff341 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:16:02 +0000 Subject: [PATCH] update --- Helpers/launch-dep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helpers/launch-dep.sh b/Helpers/launch-dep.sh index e6d82f4..9ee0380 100644 --- a/Helpers/launch-dep.sh +++ b/Helpers/launch-dep.sh @@ -1,3 +1,3 @@ #bash -c 'osascript -e "tell application \"DEPNotify\"" -e "activate" -e "end tell"' loggedInUserID=$(id -u $loggedInUser) -launchctl asuser $loggedInUserID open -a /Library/Application\ Support/truEndpoint/DEPNotify.app --args -fullScreen \ No newline at end of file +launchctl asuser $loggedInUserID open -a /Applications/Utilities/DEPNotify.app --args -fullScreen \ No newline at end of file