Hello,
I would like your help guys on how to properply ignore this command line, I don't know which characters to escape and have this working properly
Executable: /home/virtfs/username/bin/bash
Command Line: /usr/local/cpanel/bin/jailshell -c cd /home/username/public_html; php -f processmaker/workflow/engine/bin/cron.php > /dev/null 2>&1
How to properly ignore this command line
Re: How to properly ignore this command line
I think the easiest way will be to add the full path of the script to the file
/etc/csf/csf.fignore
Hope this works .
/etc/csf/csf.fignore
Hope this works .
Re: How to properly ignore this command line
Thank you, I tried that the first time but it doesn't work. Need to escape some characters, but I can't find out the exact command with all these characters to be escaped:(