how to make cron job every day at 6 O’clock by Cpanel ?
I added cron job by my cpanel as this picture
https://i.stack.imgur.com/5esAq.jpg
But the script work more one time in the day , I need to know the error in cron or in my script .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your cron will run every minute at 6 o’clock, because of that asterisk.
Cron format:
You should put minute 0 because you need to run it just once (at 06:00).