Posted on 07-05-2017 06:56 AM
We've been using the following command to reveal an app in the Finder after it is installed via Self Service. (Firefox, in this example):
/usr/bin/su - "`/usr/bin/stat -f%Su /dev/console`" -c "/usr/bin/open -R '/Applications/Firefox.app'"
Posted on 07-05-2017 07:28 AM
@dan.snelson Neat little script! Thanks