I have set up a cron job as shown in the figure below, but it does not execute the command at 15:30 every day. Why is that?
30 15 * * * bash log.sh # log
I have set up a cron job as shown in the figure below, but it does not execute the command at 15:30 every day. Why is that?
30 15 * * * bash log.sh # log