'I have a question about using crontab in bash

I have a problem. Why this code, it does not work.

  1. I got path '/home/LLIN/Documents/FT/Report' by using (pwd).
  2. I set to the script the time 8:30AM every day.
30 8 * * * cd /home/LLIN/Documents/FT/Report;node final.js


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source