Is anybody using the key SignInCommand to run a script at Login?
Shouldn't the script run after you log in since that is when you sign in as well?
DOesnt successful sign in mean login in? How does it get it credentials if not at login in to sign in?
SignInCommand
Specifies a script or other binary to be run after a successful sign in
<key>SignInCommand</key>
<string>/var/opt/bin/scripts/signin.bash</string>
-Peter