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

    vic0222 Most likely due to not specifying references to the file locations or the shell. Check the cron logs available with the mail command.