You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jason Tratta edited this page May 4, 2016
·
4 revisions
You will need to target the user running ProgressScreen in order for a script to properly work. Here is an example:
#!/bin/sh
user=`stat -f%Su /dev/console`
sudo -u $user /usr/bin/osascript <<TimeComplete
tell application "ProgressScreen"
set buildTime of every configuration to 840
end tell
TimeComplete