This commit is contained in:
wattsy74
2021-12-03 15:20:29 +00:00
parent dcef714958
commit 12e6051c82

View File

@@ -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 /Applications/Utilities/DEPNotify.app --args -fullScreen
#bash -c 'osascript -e "tell application \"DEPNotify\"" -e "activate" -e "end tell"'
currentUser=$(id -un)
sudo -u $currentUser open -a /Applications/Utilities/DEPNotify.app --args -fullScreen