Author: elfprince13
Posted: 19 Nov 2012 04:37:02 pm (GMT -5)
make the first line of your script
Code:
instead of
Code:
.
If you continue to use launchd, you shouldn't need all of those extra sudos (the chmod +x is important, but shouldn't need to be sudo'd).
Just make your program arguments point at the shell script instead of at port sentry.
_________________
StickFigure Graphic Productions || VSHI: Vermont Sustainable Heating Initiative
![]()
![]()
![]()
Posted: 19 Nov 2012 04:37:02 pm (GMT -5)
make the first line of your script
Code:
#!/bin/bash
instead of
Code:
!/bin/bash
If you continue to use launchd, you shouldn't need all of those extra sudos (the chmod +x is important, but shouldn't need to be sudo'd).
Just make your program arguments point at the shell script instead of at port sentry.
_________________
StickFigure Graphic Productions || VSHI: Vermont Sustainable Heating Initiative


