gvard
Junior Member
Posts: 39 Joined: 16 Feb 2008, 19:42
Post
by gvard » 10 Sep 2014, 13:14
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
nuffsaid
Junior Member
Posts: 11 Joined: 11 May 2014, 10:10
Location: Port 80
Post
by nuffsaid » 17 Sep 2014, 16:02
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 .
gvard
Junior Member
Posts: 39 Joined: 16 Feb 2008, 19:42
Post
by gvard » 17 Sep 2014, 16:33
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:(