LoginScriptPlugin
LoginScriptPlugin copied to clipboard
Unable to use on 10.12 Serria
Hello. I am trying to get this to work on 10.12 Serria. It installs ok. I made a script that only touches a file. When I try to login the login window just shakes as if the password was wrong. If I delete the script from /Library/Application Support/LoginScriptPlugin then I am able to log in again.
Tried "return 0" at the end of the script still the same issue. Also tried "exit 0" same result.
Thanks for your help!
Never mind just had to add #!/bin/bash to the top of my script. Silly me.