Check crontab of script
Modify the runtime of the script from 10 minutes to 1.
We run the following command to modify the crontab file:
sudo crontab -u root -e
We modify the first parameter, instead of 10 we change it to 1.

Last updated
Was this helpful?