From a352b93cdedd028005bfb49edecad956297a8bc1 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Fri, 3 Dec 2021 15:50:32 +0000 Subject: [PATCH] update --- Helpers/launch-dep.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Helpers/launch-dep.sh b/Helpers/launch-dep.sh index fb4f719..a47318c 100644 --- a/Helpers/launch-dep.sh +++ b/Helpers/launch-dep.sh @@ -1,4 +1,3 @@ #bash -c 'osascript -e "tell application \"DEPNotify\"" -e "activate" -e "end tell"' sudo -u $(stat -f "%Su" /dev/console) /bin/sh <<'END' -currentUser=$(id -un) -sudo -u $currentUser open -a /Applications/Utilities/DEPNotify.app --args -fullScreen \ No newline at end of file +open -a /Applications/Utilities/DEPNotify.app --args -fullScreen \ No newline at end of file