From c02576d65ff289dde94aad1afc04da658bb560cc Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Mon, 6 Feb 2023 13:28:05 +0000 Subject: [PATCH] Update dockutil-labels-user.sh --- dockutil-labels-user.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dockutil-labels-user.sh b/dockutil-labels-user.sh index ebf0ad6..36d5876 100644 --- a/dockutil-labels-user.sh +++ b/dockutil-labels-user.sh @@ -1,4 +1,5 @@ DEPLOG=/var/tmp/depnotify.log +echo *** DOCKUTIL LABELS AS USER *** currentUser=$( echo "show State:/Users/ConsoleUser" | scutil | awk '/Name :/ { print $3 }' ) uid=$(id -u "$currentUser")