Hi,
Did anyone have ever encounter this issues, when running cron job on user account it's keep getting error says;
then if verified the "/usr/bin/jailshell" is existed in the path. Maybe anyone have same issues or known how to fix it?
if i try to run crontab and use the -l to see the configuration it seems already correct;
crontab -u user -l
Did anyone have ever encounter this issues, when running cron job on user account it's keep getting error says;
execl: couldn't exec `/usr/bin/jailshell'
execl: No such file or directory
then if verified the "/usr/bin/jailshell" is existed in the path. Maybe anyone have same issues or known how to fix it?
if i try to run crontab and use the -l to see the configuration it seems already correct;
crontab -u user -l
#direct_crons enabled. Safe to edit this file. DirectAdmin will update accordingly.
MAILTO="[email protected]"
PATH=/usr/local/php72/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/user/.local/bin:/home/user/bin
SHELL=/usr/bin/jailshell
* * * * * echo "test"