-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STPrivilegedTask not working when invoking bash #97
Comments
I ran in to this issue. Some of the scripts we need to run are written in bash and I noticed that Platypus fails on those scripts. Is there any plans to fix that? Currently as a workaround I wrote another script that removes bashisms from |
I can confirm, reliable failure with /bin/bash, but also intermittent failure with /bin/sh. |
Just checked to make sure, this is not an issue with the OS. At least sh & bash have not changed since El Capitan. -v3.2.57 |
Ok, found the following:
#! /bin/bash clearly cannot run as root. |
I know that this is an old issue, but it would help note this known issue in the documentation.
|
@mirkop Done. |
STPrivilegedTask works if interpreter is /bin/sh but not /bin/bash.
The text was updated successfully, but these errors were encountered: