I switched my shebang from bash to sh and all is working. Fair enough.
Thanks again for your help.
Search found 3 matches
- 22 Jul 2015, 06:57
- Forum: General Discussion (csf)
- Topic: lf_script_action command nesting?
- Replies: 3
- Views: 3074
- 21 Jul 2015, 22:55
- Forum: General Discussion (csf)
- Topic: lf_script_action command nesting?
- Replies: 3
- Views: 3074
Re: lf_script_action command nesting?
Thank you for your reply. I tried using the full path as you've suggested but unfortunately although it still works when called directly from the prompt, when csf calls it, it appears to be parsing the command instead of taking the output of the script and displaying it. I've no idea why. I had expe...
- 21 Jul 2015, 09:14
- Forum: General Discussion (csf)
- Topic: lf_script_action command nesting?
- Replies: 3
- Views: 3074
lf_script_action command nesting?
I'm using a script with the lf_script_action trigger. In the script I'm attempting to call clamscan. I have written the script correctly as far as its functionality, and I can run it from the command prompt manually passing fake input to it and it works, but when csf runs my script the clamscan fail...