How Do I Fix "/bin/sh: command not found error" for My Cronjob?
I want a notification from server when a file is added inside public_html folder.
49 * * * * find /home/CPANELUSERNAME/public_html -mtime -1 \! -type d -ls
i have set this cron job as a solution.but
i get a error command is not found.
/bin/sh: 49: command not found i am getting everytime this error.....
49 * * * * find /home/CPANELUSERNAME/public_html -mtime -1 \! -type d -ls
i have set this cron job as a solution.but
i get a error command is not found.
/bin/sh: 49: command not found i am getting everytime this error.....