LoginScriptPlugin icon indicating copy to clipboard operation
LoginScriptPlugin copied to clipboard

Unable to use on 10.12 Serria

Open kenthinson opened this issue 9 years ago • 1 comments

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!

kenthinson avatar Oct 24 '16 13:10 kenthinson

Never mind just had to add #!/bin/bash to the top of my script. Silly me.

kenthinson avatar Oct 24 '16 13:10 kenthinson